Skip to content

Commit 0aeca12

Browse files
committed
black format
1 parent 8229eec commit 0aeca12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_csgtocad.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ def test_cylbox_convertion(csg_format):
1313

1414
geo = geouned.CsgToCad()
1515

16-
geo.read_csg_file(
16+
geo.read_csg_file(
1717
# csg file was made from testing/inputSTEP/cylBox.stp
1818
input_filename=f"tests/csg_files/cylinder_box{suffix}",
1919
csg_format=csg_format,
20-
)
21-
20+
)
21+
2222
geo.build_universe()
2323
geo.export_cad(output_filename=f"tests_outputs/csgtocad/{csg_format}")
2424

0 commit comments

Comments
 (0)