Skip to content

Commit

Permalink
configs: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed Oct 19, 2024
1 parent 3a4e92a commit 57da996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/otaclient/configs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@
ConfigurableSettings,
set_configs,
)
from otaclient.configs._cfg_consts import Consts, dynamic_root
from otaclient.configs._cfg_consts import Consts, CreateStandbyMechanism, dynamic_root
from otaclient.configs._ecu_info import BootloaderType, ECUContact, ECUInfo
from otaclient.configs._proxy_info import ProxyInfo

__all__ = [
"ENV_PREFIX",
"ConfigurableSettings",
"Consts",
"CreateStandbyMechanism",
"BootloaderType",
"ECUContact",
"ECUInfo",
Expand Down
2 changes: 1 addition & 1 deletion src/otaclient/configs/cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""configs are loaded in this module."""
"""Load ecu_info, proxy_info and otaclient configs."""

from typing import TYPE_CHECKING, Any

Expand Down

0 comments on commit 57da996

Please sign in to comment.