Remove redundant emty line at the end of file.
This commit is contained in:
parent
a28632be56
commit
9a2e75be24
|
@ -692,4 +692,3 @@ class TemporaryDirectory(object):
|
|||
if self.name is not None and not self._closed:
|
||||
_shutil.rmtree(self.name)
|
||||
self._closed = True
|
||||
|
||||
|
|
Loading…
Reference in New Issue