Skip to content

Commit 5206a52

Browse files
committed
Lazy import copy module
1 parent 72006a7 commit 5206a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
import inspect
66
import keyword

0 commit comments

Comments
 (0)