summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/tempfile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/tempfile.py b/Lib/tempfile.py
index 53c9942385..05d4cabe60 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
-