Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c9cf41

Browse files
committed
Remove now unused _better_reduce.
1 parent e690883 commit 9c9cf41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/copy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class instances).
4949
"""
5050

5151
import types
52-
from copy_reg import _better_reduce, dispatch_table
52+
from copy_reg import dispatch_table
5353

5454
class Error(Exception):
5555
pass

0 commit comments

Comments
 (0)