Skip to content

Commit 02b9f1a

Browse files
committed
Fix linter issues
1 parent 5068b32 commit 02b9f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-doctest/calculations/test_calculations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ def load_tests(loader, tests, ignore):
1212

1313
# Your unittest tests goes here...
1414

15-
if __name__ == '__main__':
15+
if __name__ == "__main__":
1616
unittest.main()

0 commit comments

Comments
 (0)