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 Aug 14, 2024
1 parent 9ff8ded commit b8cd6f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mypy/plugins/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,10 +426,7 @@ def typed_dict_delitem_callback(ctx: MethodContext) -> Type:
return ctx.default_return_type


_TP_DICT_MUTATING_METHODS: Final = frozenset({
"update of TypedDict",
"__ior__ of TypedDict",
})
_TP_DICT_MUTATING_METHODS: Final = frozenset({"update of TypedDict", "__ior__ of TypedDict"})


def typed_dict_update_signature_callback(ctx: MethodSigContext) -> CallableType:
Expand Down

0 comments on commit b8cd6f1

Please sign in to comment.