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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy