diff --git a/src/otaclient/_types.py b/src/otaclient/_types.py index 32f2e4f10..c87393d83 100644 --- a/src/otaclient/_types.py +++ b/src/otaclient/_types.py @@ -20,6 +20,7 @@ from typing import ClassVar, Optional from _otaclient_version import __version__ + from otaclient.configs.cfg import ecu_info from otaclient_common.typing import StrEnum diff --git a/src/otaclient/grpc/api_v2/types.py b/src/otaclient/grpc/api_v2/types.py index 8ec31a9d9..208672248 100644 --- a/src/otaclient/grpc/api_v2/types.py +++ b/src/otaclient/grpc/api_v2/types.py @@ -18,7 +18,7 @@ import time -from otaclient._types import OTAClientStatus, OTAStatus, UpdateRequestV2, UpdateTiming +from otaclient._types import OTAClientStatus, OTAStatus, UpdateTiming from otaclient_api.v2 import types as api_types from otaclient_common.proto_wrapper import Duration