Skip to content

Commit a326ae8

Browse files
committed
-
1 parent f777aa1 commit a326ae8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python_toolbox/cute_iter_tools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ def _enumerate(iterable, reverse_index):
153153
return builtins.enumerate(iterable)
154154
else:
155155
from python_toolbox import sequence_tools
156+
from python_toolbox import nifty_collections
156157
try:
157158
length = sequence_tools.get_length(iterable)
158159
except AttributeError:

0 commit comments

Comments
 (0)