Skip to content

Commit 56fef26

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 9aa3929 commit 56fef26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/pyflakes/pyflakes/checker.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ class Checker:
323323
def ANNASSIGN(self, node: ast.AnnAssign) -> None: ...
324324
def COMPARE(self, node: ast.Compare) -> None: ...
325325
def MATCH(self, tree: ast.Match, omit: _OmitType = None) -> None: ...
326-
def MATCH_CASE(self, tree: ast.match_case, omit: _OmitType = None) -> None: ...
326+
def MATCH_CASE(self, tree: ast.match_case, omit: _OmitType = None) -> None: ...
327327
def MATCHCLASS(self, tree: ast.MatchClass, omit: _OmitType = None) -> None: ...
328328
def MATCHOR(self, tree: ast.MatchOr, omit: _OmitType = None) -> None: ...
329329
def MATCHSEQUENCE(self, tree: ast.MatchSequence, omit: _OmitType = None) -> None: ...

0 commit comments

Comments
 (0)