Skip to content

Commit de67ed3

Browse files
committed
Ignore flake8 error
1 parent fd3ecc8 commit de67ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coverage_pyver_pragma/grammar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def __init__(self, tokens: ParseResults):
321321
def __format__(self, format_spec: str) -> str:
322322
return self.tokens.__format__(format_spec)
323323

324-
def __getitem__(self, item):
324+
def __getitem__(self, item): # noqa: MAN001,MAN002
325325
return self.tokens[item]
326326

327327
def __str__(self) -> str:

0 commit comments

Comments
 (0)