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 Jun 10, 2024
1 parent 0f77b06 commit a434d25
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/otaclient/app/boot_control/_rpi_boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@
from otaclient.app.boot_control.configs import rpi_boot_cfg as cfg
from otaclient.app.boot_control.protocol import BootControllerProtocol
from otaclient_api.v2 import types as api_types
from otaclient_common.common import (
replace_atomic,
subprocess_check_output,
)
from otaclient_common.common import replace_atomic, subprocess_check_output
from otaclient_common.linux import subprocess_run_wrapper
from otaclient_common.typing import StrOrPath

Expand Down

0 comments on commit a434d25

Please sign in to comment.