From 3478683470455c6a146aa08a7de5d845b38fb589 Mon Sep 17 00:00:00 2001 From: "bodong.yang" Date: Sun, 2 Jun 2024 16:17:23 +0000 Subject: [PATCH] minor fix --- src/ota_metadata/legacy/parser.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ota_metadata/legacy/parser.py b/src/ota_metadata/legacy/parser.py index 40df812df..25283004c 100644 --- a/src/ota_metadata/legacy/parser.py +++ b/src/ota_metadata/legacy/parser.py @@ -72,13 +72,14 @@ from typing_extensions import Self from ota_proxy import OTAFileCacheControl -from otaclient_common.common import RetryTaskMap, get_backoff, urljoin_ensure_base +from otaclient_common.common import get_backoff, urljoin_ensure_base from otaclient_common.downloader import Downloader from otaclient_common.proto_streamer import ( Uint32LenDelimitedMsgReader, Uint32LenDelimitedMsgWriter, ) from otaclient_common.proto_wrapper import MessageWrapper +from otaclient_common.retry_task_map import RetryTaskMap from . import SUPORTED_COMPRESSION_TYPES from .types import DirectoryInf, PersistentInf, RegularInf, SymbolicLinkInf