Skip to content

Commit 627e5a3

Browse files
committed
Reorder
1 parent 75f501c commit 627e5a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/attr/_make.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,18 +124,18 @@ class ClassProps(NamedTuple):
124124

125125
is_exception: bool
126126
is_slotted: bool
127+
has_weakref_slot: bool
127128
is_frozen: bool
128129
is_kw_only: bool
129130
force_kw_only: bool
131+
collect_by_mro: bool
130132
init: bool
131133
repr: bool
132134
eq: bool
133135
order: bool
134136
hash: _Hashability
135-
match_args: bool
136-
has_weakref_slot: bool
137-
collect_by_mro: bool
138137
cache_hash: bool
138+
match_args: bool
139139
str: bool
140140
getstate_setstate: bool
141141
has_custom_setattr: bool

0 commit comments

Comments
 (0)