Skip to content

Commit 102fb68

Browse files
committed
make mypy happy
1 parent 6e5fd82 commit 102fb68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/jit/_schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ class COFFSection(typing.TypedDict):
8989
Characteristics: dict[
9090
typing.Literal["Flags"], list[dict[typing.Literal["Name"], str]]
9191
]
92+
Name: dict[typing.Literal["Value"], str]
9293
Number: int
9394
RawDataSize: int
9495
Relocations: list[dict[typing.Literal["Relocation"], COFFRelocation]]

0 commit comments

Comments
 (0)