Skip to content

Commit e0f1fa1

Browse files
committed
Update IoControllerWrapper.py
1 parent e2b5e61 commit e0f1fa1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

edg/abstract_parts/IoControllerWrapper.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from typing import *
1+
from typing import Any, Dict, Iterable, List, Mapping, Optional, Tuple, Type, Union
2+
from typing_extensions import override
23

34
from ..electronics_interfaces import *
45
from .IoController import BaseIoController

0 commit comments

Comments
 (0)