Skip to content

Commit

Permalink
Update src/attr/_make.py
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Ganssle <paul@ganssle.io>
  • Loading branch information
hynek and pganssle committed Sep 3, 2020
1 parent 0960124 commit e2bdc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attr/_make.py
Expand Up @@ -674,7 +674,7 @@ def _create_slots_class(self):
# __setattr__, that needs to be reset.
# XXX: This can be confused by subclassing a slotted attrs class with
# XXX: a non-attrs class and subclass the resulting class with an attrs
# XXX: class. See `test_slotted_confused for details. For now that's
# XXX: class. See `test_slotted_confused` for details. For now that's
# XXX: OK with us.
if not self._has_own_setattr:
# There's metaclass magic that may result in a baseclass without
Expand Down

0 comments on commit e2bdc64

Please sign in to comment.