mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
Run black on IfcOpenShell-python.
This commit is contained in:
@@ -14,4 +14,4 @@ class TestCreateGridAxis(test.bootstrap.IFC4):
|
||||
axis2 = ifcopenshell.api.run(
|
||||
"grid.create_grid_axis", self.file, axis_tag="axis_tag", same_sense=True, uvw_axes="UAxes", grid=grid
|
||||
)
|
||||
assert grid.UAxes == (axis,axis2)
|
||||
assert grid.UAxes == (axis, axis2)
|
||||
|
||||
Reference in New Issue
Block a user