diff --git a/Lib/tempfile.py b/Lib/tempfile.py index 53c9942385f..05d4cabe606 100644 --- a/Lib/tempfile.py +++ b/Lib/tempfile.py @@ -692,4 +692,3 @@ class TemporaryDirectory(object): if self.name is not None and not self._closed: _shutil.rmtree(self.name) self._closed = True -