Skip to content

Commit f2c3f23

Browse files
Remove unused import.
1 parent 6625d39 commit f2c3f23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/tests/test_type_alias_syntax.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from typing import Any
2-
from typechat import python_type_to_typescript_schema
32
from .utilities import check_snapshot_for_module_string_if_3_12_plus
43

54
module_str = "type StrOrInt = str | int"

0 commit comments

Comments
 (0)