diff --git a/src/otaclient/boot_control/_common.py b/src/otaclient/boot_control/_common.py index e9cacd7b3..d1e29d036 100644 --- a/src/otaclient/boot_control/_common.py +++ b/src/otaclient/boot_control/_common.py @@ -26,8 +26,8 @@ from otaclient._types import OTAStatus from otaclient.app.configs import config as cfg -from otaclient_common.common import subprocess_call, subprocess_check_output from otaclient_common._io import read_str_from_file, write_str_to_file_atomic +from otaclient_common.common import subprocess_call, subprocess_check_output from otaclient_common.typing import StrOrPath logger = logging.getLogger(__name__)