Skip to content

Commit ab4bc95

Browse files
committed
Reorder lazy imports
1 parent 8194309 commit ab4bc95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/dataclasses.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
lazy import re
21
import sys
3-
lazy import copy
42
import types
53
import inspect
64
import keyword
75
import itertools
86
import annotationlib
97
import abc
108
from reprlib import recursive_repr
9+
lazy import copy
10+
lazy import re
1111

1212

1313
__all__ = ['dataclass',

0 commit comments

Comments
 (0)