]> granicus.if.org Git - python/commitdiff
Remove redundant emty line at the end of file.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 27 Jan 2014 09:27:51 +0000 (11:27 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 27 Jan 2014 09:27:51 +0000 (11:27 +0200)
Lib/tempfile.py

index 53c9942385f201788515dff96f189bc9066d720d..05d4cabe606366ac6c42422e73856c3dc8372557 100644 (file)
@@ -692,4 +692,3 @@ class TemporaryDirectory(object):
         if self.name is not None and not self._closed:
             _shutil.rmtree(self.name)
             self._closed = True
-