Skip to content

Commit 1fa1f27

Browse files
author
atollk
committed
Removed redundant line in fs._ftp_parse.
1 parent d39b985 commit 1fa1f27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/_ftp_parse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def parse_line(line):
8585

8686

8787
def _parse_time(t, formats):
88-
_t = None
8988
for frmt in formats:
9089
try:
9190
_t = time.strptime(t, frmt)

0 commit comments

Comments
 (0)