Remove redundant emty line at the end of file.

This commit is contained in:
Serhiy Storchaka 2014-01-27 11:27:51 +02:00
parent a28632be56
commit 9a2e75be24
1 changed files with 0 additions and 1 deletions

View 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