Skip to content

Commit 2159572

Browse files
JKBTeque5
authored andcommitted
fix coding style
1 parent 90c81de commit 2159572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_load_ncd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_load_ncd(index: int, dir_path: str) -> None:
3434
# create dir if necessary
3535
try:
3636
if dir_path:
37-
os.makedirs(dir_path)
37+
os.makedirs(dir_path)
3838
except FileExistsError:
3939
pass
4040

0 commit comments

Comments
 (0)