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 4040dc9 commit 735dbccCopy full SHA for 735dbcc
Lib/tempfile.py
@@ -843,5 +843,3 @@ def __exit__(self, exc, value, tb):
843
def cleanup(self):
844
if self._finalizer.detach() or _os.path.exists(self.name):
845
self._rmtree(self.name, ignore_errors=self._ignore_cleanup_errors)
846
-
847
- __class_getitem__ = classmethod(_types.GenericAlias)
0 commit comments