Skip to content

Commit 1e99c0d

Browse files
committed
Reorder
1 parent fa0cf56 commit 1e99c0d

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
@@ -123,18 +123,18 @@ class ClassProps(NamedTuple):
123123

124124
is_exception: bool
125125
is_slotted: bool
126+
has_weakref_slot: bool
126127
is_frozen: bool
127128
is_kw_only: bool
128129
force_kw_only: bool
130+
collect_by_mro: bool
129131
init: bool
130132
repr: bool
131133
eq: bool
132134
order: bool
133135
hash: _Hashability
134-
match_args: bool
135-
has_weakref_slot: bool
136-
collect_by_mro: bool
137136
cache_hash: bool
137+
match_args: bool
138138
str: bool
139139
getstate_setstate: bool
140140
has_custom_setattr: bool

0 commit comments

Comments
 (0)