We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa3929 commit 56fef26Copy full SHA for 56fef26
1 file changed
stubs/pyflakes/pyflakes/checker.pyi
@@ -323,7 +323,7 @@ class Checker:
323
def ANNASSIGN(self, node: ast.AnnAssign) -> None: ...
324
def COMPARE(self, node: ast.Compare) -> None: ...
325
def MATCH(self, tree: ast.Match, omit: _OmitType = None) -> None: ...
326
- def MATCH_CASE(self, tree: ast.match_case, omit: _OmitType = None) -> None: ...
+ def MATCH_CASE(self, tree: ast.match_case, omit: _OmitType = None) -> None: ...
327
def MATCHCLASS(self, tree: ast.MatchClass, omit: _OmitType = None) -> None: ...
328
def MATCHOR(self, tree: ast.MatchOr, omit: _OmitType = None) -> None: ...
329
def MATCHSEQUENCE(self, tree: ast.MatchSequence, omit: _OmitType = None) -> None: ...
0 commit comments