Skip to content

Commit 798f428

Browse files
committed
Enable pylint: disable=E0601 for upgrade
1 parent a63c5e7 commit 798f428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/common/backports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def __get__(self, inst: Any, owner: Any) -> Any:
8080
except AttributeError:
8181
cache, inst._cached_properties = {}, {}
8282
finally:
83-
cache[self.__name__] = (value, now)
83+
cache[self.__name__] = (value, now) # pylint: disable=E0601
8484
return value
8585

8686

0 commit comments

Comments
 (0)