Skip to content

Commit cf47b28

Browse files
committed
For some funny reason it's line 119 on Windows.
1 parent 22edfd3 commit cf47b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lazy_object_proxy/slots.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def __name__(self, value):
116116
def __class__(self):
117117
return self.__wrapped__.__class__
118118

119-
@__class__.setter
119+
@__class__.setter # noqa: F811
120120
def __class__(self, value): # noqa: F811
121121
self.__wrapped__.__class__ = value
122122

0 commit comments

Comments
 (0)