Skip to content

Commit 0213247

Browse files
committed
review comments
1 parent 2635ad1 commit 0213247

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mypy/semanal_typeddict.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,7 @@ def analyze_typeddict_classdef_fields(
288288
if given.
289289
290290
Return tuple with these items:
291-
* List of keys (or None if found an incomplete reference --> deferral)
292-
* List of types for each key
291+
* Dict of key -> type (or None if found an incomplete reference -> deferral)
293292
* List of statements from defn.defs.body that are legally allowed to be a
294293
part of a TypedDict definition
295294
* Set of required keys

0 commit comments

Comments
 (0)