Skip to content

Commit 59ed512

Browse files
authored
Update Lib/gzip.py
1 parent 99d4a47 commit 59ed512

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/gzip.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ def __init__(self, filename=None, mode=None,
255255
self.myfileobj.close()
256256
finally:
257257
self.fileobj = None
258-
259258
@property
260259
def mtime(self):
261260
"""Last modification time read from stream, or None"""

0 commit comments

Comments
 (0)