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 May 13, 2024
1 parent 276bfdc commit c5cbc16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion otaclient/app/boot_control/_jetson_cboot.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
NVBootctrlCommon,
NVBootctrlTarget,
SlotID,
parse_bsp_version,
copy_standby_slot_boot_to_internal_emmc,
parse_bsp_version,
preserve_ota_config_files_to_standby,
update_standby_slot_extlinux_cfg,
)
Expand Down
1 change: 1 addition & 0 deletions otaclient/app/boot_control/_jetson_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
from typing_extensions import Annotated, Literal, Self

from otaclient.app.common import write_str_to_file_sync

from ..common import copytree_identical
from ._common import CMDHelperFuncs

Expand Down
2 changes: 1 addition & 1 deletion otaclient/app/boot_control/_jetson_uefi.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
FirmwareBSPVersionControl,
NVBootctrlCommon,
SlotID,
parse_bsp_version,
copy_standby_slot_boot_to_internal_emmc,
parse_bsp_version,
preserve_ota_config_files_to_standby,
update_standby_slot_extlinux_cfg,
)
Expand Down

0 comments on commit c5cbc16

Please sign in to comment.