Skip to content

Commit

Permalink
minor fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed Oct 19, 2024
1 parent 8fa78cc commit 612d71d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/otaclient/grpc/api_v2/ecu_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
from itertools import chain
from typing import Dict, Iterable, TypeVar

from otaclient.api_v2._types import convert_status
from otaclient.app.configs import config as cfg
from otaclient.app.configs import ecu_info, server_cfg
from otaclient.configs import ECUContact
from otaclient.grpc.api_v2._types import convert_status
from otaclient.stats_monitor import OTAClientStatsCollector
from otaclient_api.v2 import types as api_types
from otaclient_api.v2.api_caller import ECUNoResponse, OTAClientCall
Expand Down
7 changes: 4 additions & 3 deletions src/otaclient/grpc/api_v2/servicer.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@
from typing import Dict

from otaclient._types import OTAStatus, UpdatePhase
from otaclient.api_v2.ecu_status import ECUStatusStorage, ECUTracker
from otaclient.api_v2.otaproxy_ctx import OTAProxyContext, OTAProxyLauncher
from otaclient.app.configs import config as cfg
from otaclient.app.configs import ecu_info, proxy_info, server_cfg
from otaclient.app.configs import server_cfg
from otaclient.configs import ECUContact
from otaclient.configs.cfg import ecu_info, proxy_info
from otaclient.grpc.api_v2.ecu_status import ECUStatusStorage, ECUTracker
from otaclient.grpc.api_v2.otaproxy_ctx import OTAProxyContext, OTAProxyLauncher
from otaclient.otaclient import OTAClient, OTAClientControlFlags
from otaclient.stats_monitor import OTAClientStatsCollector
from otaclient_api.v2 import types as api_types
Expand Down

0 comments on commit 612d71d

Please sign in to comment.