Skip to content

Commit

Permalink
Python formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Nov 20, 2023
1 parent 550d0cf commit 6464af8
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 @@ -26,7 +26,7 @@

tested_file_extensions = [
ext for ext in io.file_extensions
if ext != 'sst' and ext != 'ssc' and ext != 'toml'
if ext != 'sst' and ext != 'ssc' and ext != 'toml'
]


Expand Down

0 comments on commit 6464af8

Please sign in to comment.