mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove redundant emty line at the end of file.
This commit is contained in:
parent
a28632be56
commit
9a2e75be24
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue