Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ur4t committed Dec 2, 2024
1 parent 404a9c6 commit 10473ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/_aot_build_utils/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from pathlib import Path
from itertools import product
from typing import List, Tuple
from typing import List

if __package__:
from . import generate_batch_paged_decode_inst
Expand Down

0 comments on commit 10473ca

Please sign in to comment.