We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5068b32 commit 02b9f1aCopy full SHA for 02b9f1a
python-doctest/calculations/test_calculations.py
@@ -12,5 +12,5 @@ def load_tests(loader, tests, ignore):
12
13
# Your unittest tests goes here...
14
15
-if __name__ == '__main__':
+if __name__ == "__main__":
16
unittest.main()
0 commit comments