Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed Apr 9, 2024
1 parent e2d0d2a commit 17301d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions otaclient/app/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
from logging import INFO
from typing import Dict, Tuple

from otaclient.configs.ecu_info import ecu_info
from otaclient.configs.proxy_info import proxy_info

ecu_info, proxy_info = ecu_info, proxy_info # to prevent static check warnings


class CreateStandbyMechanism(Enum):
LEGACY = 0 # deprecated and removed
Expand Down

0 comments on commit 17301d3

Please sign in to comment.