Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed Nov 26, 2023
1 parent 3704434 commit 900c5fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion otaclient/app/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
from otaclient.configs import ENV_PREFIX, service_config
from otaclient._utils import cached_computed_field
from otaclient._utils.path import replace_root
from otaclient._utils.logging import check_loglevel

# TODO: place holder before moving app.configs into otaclient.configs package
_ = service_config
Expand Down
5 changes: 3 additions & 2 deletions otaclient/configs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
# limitations under the License.
"""otaclient configs package."""

# prefix for environmental vars name for configs.
ENV_PREFIX = "OTA_"

from ._debug_setting import debug_flags
from ._logging import logging_config
from ._ota_service import service_config

# prefix for environmental vars name for configs.
ENV_PREFIX = "OTA_"

__all__ = ["ENV_PREFIX", "debug_flags", "logging_config", "service_config"]

0 comments on commit 900c5fe

Please sign in to comment.