From 96d6039fb0ecfff3e21151daa37d3cc393ed453f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 05:21:06 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/otaclient/boot_control/_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__)