Skip to content

Commit af4e0b4

Browse files
committed
Pyflakes fixes to ietf/bin/fix-ambiguous-timestamps
- Legacy-Id: 15761
1 parent 13b20f8 commit af4e0b4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ietf/bin/fix-ambiguous-timestamps

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ from __future__ import unicode_literals, print_function
1313
import os, sys
1414
import datetime
1515
import pytz
16-
import debug
17-
import tqdm
1816

1917
filename = os.path.abspath(__file__)
2018
basedir = os.path.abspath(os.path.join(os.path.dirname(__file__), "../.."))

0 commit comments

Comments
 (0)