Skip to content

Commit ab6702c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4000057 commit ab6702c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pylint/checkers/classes/class_checker.py

-1
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,6 @@ def _check_invalid_overridden_method(
15221522
)
15231523
except (astroid.InferenceError, AttributeError):
15241524
pass
1525-
15261525

15271526
def _check_functools_or_not(self, decorator: nodes.Attribute) -> bool:
15281527
if decorator.attrname != "cached_property":

0 commit comments

Comments
 (0)