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 5554beb commit 6932490Copy full SHA for 6932490
1 file changed
Lib/collections/__init__.py
@@ -28,7 +28,7 @@
28
29
import _collections_abc
30
import sys as _sys
31
-lazy import copy
+lazy import copy as _copy
32
lazy import heapq as _heapq
33
34
_sys.modules['collections.abc'] = _collections_abc
0 commit comments