From c5cbc16d9c90c14483d1ee1a4c0798b4cf7af5b2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 08:08:42 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- otaclient/app/boot_control/_jetson_cboot.py | 2 +- otaclient/app/boot_control/_jetson_common.py | 1 + otaclient/app/boot_control/_jetson_uefi.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/otaclient/app/boot_control/_jetson_cboot.py b/otaclient/app/boot_control/_jetson_cboot.py index 306f0e018..35fbe9cfe 100644 --- a/otaclient/app/boot_control/_jetson_cboot.py +++ b/otaclient/app/boot_control/_jetson_cboot.py @@ -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, ) diff --git a/otaclient/app/boot_control/_jetson_common.py b/otaclient/app/boot_control/_jetson_common.py index d1ae79682..6a5b26bf1 100644 --- a/otaclient/app/boot_control/_jetson_common.py +++ b/otaclient/app/boot_control/_jetson_common.py @@ -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 diff --git a/otaclient/app/boot_control/_jetson_uefi.py b/otaclient/app/boot_control/_jetson_uefi.py index 701bb5bd3..265e90087 100644 --- a/otaclient/app/boot_control/_jetson_uefi.py +++ b/otaclient/app/boot_control/_jetson_uefi.py @@ -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, )