Skip to content

Commit 6932490

Browse files
committed
Private name
1 parent 5554beb commit 6932490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/collections/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
import _collections_abc
3030
import sys as _sys
31-
lazy import copy
31+
lazy import copy as _copy
3232
lazy import heapq as _heapq
3333

3434
_sys.modules['collections.abc'] = _collections_abc

0 commit comments

Comments
 (0)