Skip to content

Commit 6f0db76

Browse files
committed
move lazy import
1 parent ff59bd3 commit 6f0db76

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
@@ -2,13 +2,13 @@
22
import sys
33
import copy
44
import types
5+
lazy import inspect
56
import keyword
67
import itertools
78
import annotationlib
89
import abc
910
from reprlib import recursive_repr
1011

11-
lazy import inspect
1212

1313
__all__ = ['dataclass',
1414
'field',

0 commit comments

Comments
 (0)