Skip to content

Commit a732ff4

Browse files
committed
Update HdlUserExceptions.py
1 parent e351c8a commit a732ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edg/core/HdlUserExceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Any, Type, TypeVar, Union, Tuple, TYPE_CHECKING
1+
from typing import Any, Type, Union, Tuple, TYPE_CHECKING
22

33
if TYPE_CHECKING:
44
from edg import BaseBlock

0 commit comments

Comments
 (0)