Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 27, 2024
1 parent 7f1c7e5 commit 187d8dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/otaclient/_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/otaclient/grpc/api_v2/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 187d8dc

Please sign in to comment.