chore: Update pylint to 2.17.4 (#24700)

Co-authored-by: John Bodley <john.bodley@gmail.com>
This commit is contained in:
EugeneTorap
2023-07-25 03:13:49 +03:00
committed by GitHub
parent c17accc0b4
commit fc89718d48
99 changed files with 297 additions and 336 deletions

View File

@@ -18,7 +18,7 @@ class Row:
def __init__(self, values):
self.values = values
def __name__(self): # pylint: disable=no-self-use
def __name__(self):
return "Row"
def __iter__(self):