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 2, 2024
1 parent 536e2da commit 3478683
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ota_metadata/legacy/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3478683

Please sign in to comment.