Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed Jun 5, 2024
1 parent 56572fc commit 8d0990c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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._utils.typing import StrOrPath
from otaclient_common.typing import StrOrPath
from otaclient.app import errors as ota_errors
from otaclient.app.common import subprocess_call, write_str_to_file_sync
from otaclient_common.common import subprocess_call, write_str_to_file_sync
from otaclient.app.configs import config as cfg
from otaclient.app.proto import wrapper
from otaclient_api.v2 import types as api_types

from ._common import CMDHelperFuncs, OTAStatusFilesControl, SlotMountHelper
from ._jetson_common import (
Expand Down Expand Up @@ -651,5 +651,5 @@ def on_operation_failure(self):
def load_version(self) -> str:
return self._ota_status_control.load_active_slot_version()

def get_booted_ota_status(self) -> wrapper.StatusOta:
def get_booted_ota_status(self) -> api_types.StatusOta:
return self._ota_status_control.booted_ota_status

0 comments on commit 8d0990c

Please sign in to comment.