Skip to content

Commit

Permalink
minor linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed Jan 29, 2024
1 parent 59cedc3 commit 1f3f8c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion otaclient/_utils/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import ipaddress
from pathlib import Path
from typing import Any, Callable, TypeVar, Union
from typing_extensions import Annotated, Concatenate, ParamSpec
from typing_extensions import Concatenate, ParamSpec
from urllib.parse import urlparse

P = ParamSpec("P")
Expand Down
2 changes: 1 addition & 1 deletion otaclient/app/ota_client_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from __future__ import annotations
import grpc.aio

from .configs import config as cfg, debug_flags, ecu_info, service_config
from .configs import debug_flags, ecu_info, service_config
from .log_setting import get_logger
from .proto import wrapper, v2, v2_grpc
from .ota_client_stub import OTAClientServiceStub
Expand Down

0 comments on commit 1f3f8c0

Please sign in to comment.