Skip to content

Commit

Permalink
For some funny reason it's line 119 on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jun 4, 2020
1 parent 22edfd3 commit cf47b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lazy_object_proxy/slots.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def __name__(self, value):
def __class__(self):
return self.__wrapped__.__class__

@__class__.setter
@__class__.setter # noqa: F811
def __class__(self, value): # noqa: F811
self.__wrapped__.__class__ = value

Expand Down

0 comments on commit cf47b28

Please sign in to comment.