Skip to content

Commit 73eae10

Browse files
committed
Fix lint error
1 parent 7d2430c commit 73eae10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/cases_generator/uop_metadata_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
)
2222
from stack import Stack
2323
from cwriter import CWriter
24-
from typing import Callable, List, TextIO
24+
from typing import Callable, TextIO
2525

2626
DEFAULT_OUTPUT = ROOT / "Include/internal/pycore_uop_metadata.h"
2727

0 commit comments

Comments
 (0)