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 804b25e commit 816bec0Copy full SHA for 816bec0
algorithms/arrays/flatten.py
@@ -3,7 +3,7 @@
3
Given an array that may contain nested arrays,
4
produce a single resultant array.
5
"""
6
-from collections import Iterable
+from collections.abc import Iterable
7
8
9
# return list
0 commit comments