Skip to content

Commit b8cd6f1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9ff8ded commit b8cd6f1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mypy/plugins/default.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -426,10 +426,7 @@ def typed_dict_delitem_callback(ctx: MethodContext) -> Type:
426426
return ctx.default_return_type
427427

428428

429-
_TP_DICT_MUTATING_METHODS: Final = frozenset({
430-
"update of TypedDict",
431-
"__ior__ of TypedDict",
432-
})
429+
_TP_DICT_MUTATING_METHODS: Final = frozenset({"update of TypedDict", "__ior__ of TypedDict"})
433430

434431

435432
def typed_dict_update_signature_callback(ctx: MethodSigContext) -> CallableType:

0 commit comments

Comments
 (0)