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 4, 2020
1 parent f144cfa commit aea0a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attr/_make.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ def _create_slots_class(self):
# MRO because we only care about our immediate base classes.
# 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 aea0a7b

Please sign in to comment.