Skip to content

Commit a275c86

Browse files
🐈‍⬛ Black
1 parent c7c687f commit a275c86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mypy/messages.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,12 +1656,12 @@ def typeddict_key_not_found(
16561656
self, typ: TypedDictType, item_name: str, context: Context, setitem: bool = False
16571657
) -> None:
16581658
"""
1659-
Handles error messages.
1659+
Handles error messages.
16601660
1661-
Note, that we differentiate in between reading a value and setting
1662-
a value.
1663-
Setting a value on a TypedDict is an 'unknown-key' error,
1664-
whereas reading it is the more serious/general 'item' error.
1661+
Note, that we differentiate in between reading a value and setting
1662+
a value.
1663+
Setting a value on a TypedDict is an 'unknown-key' error,
1664+
whereas reading it is the more serious/general 'item' error.
16651665
"""
16661666
if typ.is_anonymous():
16671667
self.fail(

0 commit comments

Comments
 (0)