Skip to content

Commit

Permalink
Add missing whitespace
Browse files Browse the repository at this point in the history
restart
  • Loading branch information
franzpoeschel committed Nov 8, 2024
1 parent 9e20531 commit dfb6a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/unittest/API/APITest.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
ext for ext in io.file_extensions
# TOML is relatively slow and it's just an adaptor for the JSON backend,
# so it doesn't require full testing
if ext !='sst' and ext !='ssc' and ext !='toml']
if ext != 'sst' and ext != 'ssc' and ext != 'toml']


class APITest(unittest.TestCase):
Expand Down

0 comments on commit dfb6a87

Please sign in to comment.