Skip to content

Commit 7c9f75b

Browse files
committed
Lazy import copy module
1 parent 6f0db76 commit 7c9f75b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/dataclasses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import re
22
import sys
3-
import copy
3+
lazy import copy
44
import types
55
lazy import inspect
66
import keyword

0 commit comments

Comments
 (0)