Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 2, 2024
1 parent 4e52941 commit 157c7c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mypy/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -7695,7 +7695,8 @@ def warn_deprecated(self, node: SymbolNode | None, context: Context) -> None:
warn(deprecated, context, code=codes.DEPRECATED)

def warn_deprecated_overload_item(
self, node: SymbolNode | None,
self,
node: SymbolNode | None,
context: Context,
target: CallableType,
instance: Instance | None = None,
Expand Down

0 comments on commit 157c7c9

Please sign in to comment.