We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b5e61 commit e0f1fa1Copy full SHA for e0f1fa1
1 file changed
edg/abstract_parts/IoControllerWrapper.py
@@ -1,4 +1,5 @@
1
-from typing import *
+from typing import Any, Dict, Iterable, List, Mapping, Optional, Tuple, Type, Union
2
+from typing_extensions import override
3
4
from ..electronics_interfaces import *
5
from .IoController import BaseIoController
0 commit comments