Skip to content

Commit 7d826f0

Browse files
committed
Remove unnecessary import to make flake8 happy again
1 parent 2a1953f commit 7d826f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utilities/test_build_ast_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from collections import namedtuple
2-
from typing import cast, Union
2+
from typing import Union
33

44
from pytest import raises # type: ignore
55

0 commit comments

Comments
 (0)