Skip to content

Commit 393de1c

Browse files
committed
Remove unused import of Union from typing
1 parent bbe71b5 commit 393de1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactpy/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from collections.abc import Iterable
55
from importlib import import_module
66
from itertools import chain
7-
from typing import Any, Callable, Generic, TypeVar, Union, cast
7+
from typing import Any, Callable, Generic, TypeVar, cast
88

99
from lxml import etree
1010
from lxml.html import fromstring, tostring

0 commit comments

Comments
 (0)