Skip to content

Commit 1fdfa4f

Browse files
authored
import Callable from compat module
1 parent 09c56ca commit 1fdfa4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyrevitlib/pyrevit/coreutils/pyutils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
import re
1111
import copy
1212
from itertools import tee
13-
from collections import OrderedDict, Callable #pylint: disable=E0611
13+
from collections import OrderedDict
1414

15-
from pyrevit.compat import PY2
15+
from pyrevit.compat import PY2, Callable
1616
if PY2:
1717
from itertools import izip as zip
1818

0 commit comments

Comments
 (0)