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 5d5432b commit 0296299Copy full SHA for 0296299
Lib/test/test_importlib/test_util.py
@@ -788,7 +788,7 @@ def test_complete_multi_phase_init_module(self):
788
self.run_with_own_gil(script)
789
790
791
-class PatchAtomicWrites():
+class PatchAtomicWrites:
792
def __init__(self, truncate_at_length, never_complete=False):
793
self.truncate_at_length = truncate_at_length
794
self.never_complete = never_complete
0 commit comments