We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b232f commit c14c3a6Copy full SHA for c14c3a6
source/queryHandler/Topo.py
@@ -25,7 +25,7 @@
25
from typing import Set, List, Dict, DefaultDict
26
27
import analytics
28
-from utils import get_runtime_statistics, cond_execution_time
+from utils import get_runtime_statistics
29
30
# dict.iteritems() deprecated in python 3
31
iterval = lambda d: (getattr(d, 'itervalues', None) or d.values)()
0 commit comments