Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 19, 2024
1 parent 135199d commit 96d6039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/otaclient/boot_control/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down

0 comments on commit 96d6039

Please sign in to comment.