[tests] '__main__' -> "__main__"

This commit is contained in:
Mike Fährmann
2024-02-27 02:10:05 +01:00
parent 2501adeda0
commit ba062712ad
7 changed files with 7 additions and 7 deletions

View File

@@ -774,5 +774,5 @@ class TestExtractorAlt(TestExtractor):
subcategory = "test_subcategory"
if __name__ == '__main__':
if __name__ == "__main__":
unittest.main()