From: Serhiy Storchaka Date: Mon, 27 Jan 2014 09:27:51 +0000 (+0200) Subject: Remove redundant emty line at the end of file. X-Git-Tag: v3.4.0rc1~223 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a2e75be2453999a55bbae62aecc4e99899309f2;p=python Remove redundant emty line at the end of file. --- 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 -