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 09c56ca commit 1fdfa4fCopy full SHA for 1fdfa4f
pyrevitlib/pyrevit/coreutils/pyutils.py
@@ -10,9 +10,9 @@
10
import re
11
import copy
12
from itertools import tee
13
-from collections import OrderedDict, Callable #pylint: disable=E0611
+from collections import OrderedDict
14
15
-from pyrevit.compat import PY2
+from pyrevit.compat import PY2, Callable
16
if PY2:
17
from itertools import izip as zip
18
0 commit comments