Skip to content

Commit

Permalink
Dict over dict
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
  • Loading branch information
InvincibleRMC committed Dec 13, 2024
1 parent c33aafb commit 6a6ad9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ class FullTypeDescriptionDict(TypedDict):

def extract_full_type_description(
output_type_name: str,
type_map: dict[str, SerializeIndividualTypeDescriptionDict]
type_map: Dict[str, SerializeIndividualTypeDescriptionDict]
) -> FullTypeDescriptionDict:
# Traverse reference graph to narrow down the references for the output type
output_type = type_map[output_type_name]
Expand Down

0 comments on commit 6a6ad9a

Please sign in to comment.