diff options
| author | 2024-03-25 02:57:44 -0400 | |
|---|---|---|
| committer | 2024-03-25 02:57:44 -0400 | |
| commit | 6e662211019a89caec44de8a57c675872b0b5498 (patch) | |
| tree | 5d9d5a2b7efc3a24dd6074e99b253b639fe5af1d /test/test_util.py | |
| parent | 01166fa52707cc282467427cf0e65c1b8983c4be (diff) | |
New upstream version 1.26.9.upstream/1.26.9
Diffstat (limited to 'test/test_util.py')
| -rw-r--r-- | test/test_util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_util.py b/test/test_util.py index 780f475..83b44b7 100644 --- a/test/test_util.py +++ b/test/test_util.py @@ -774,5 +774,5 @@ class TestExtractorAlt(TestExtractor): subcategory = "test_subcategory" -if __name__ == '__main__': +if __name__ == "__main__": unittest.main() |
