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 5, 2024
1 parent f83c009 commit 7ee8d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/otaclient/app/boot_control/_jetson_uefi.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
from pathlib import Path
from typing import Any, Generator

from otaclient_common.typing import StrOrPath
from otaclient.app import errors as ota_errors
from otaclient_common.common import subprocess_call, write_str_to_file_sync
from otaclient.app.configs import config as cfg
from otaclient_api.v2 import types as api_types
from otaclient_common.common import subprocess_call, write_str_to_file_sync
from otaclient_common.typing import StrOrPath

from ._common import CMDHelperFuncs, OTAStatusFilesControl, SlotMountHelper
from ._jetson_common import (
Expand Down

0 comments on commit 7ee8d20

Please sign in to comment.