Skip to content

Commit c14c3a6

Browse files
committed
remove unused imports
Signed-off-by: hwassman <[email protected]>
1 parent f4b232f commit c14c3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/queryHandler/Topo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from typing import Set, List, Dict, DefaultDict
2626

2727
import analytics
28-
from utils import get_runtime_statistics, cond_execution_time
28+
from utils import get_runtime_statistics
2929

3030
# dict.iteritems() deprecated in python 3
3131
iterval = lambda d: (getattr(d, 'itervalues', None) or d.values)()

0 commit comments

Comments
 (0)