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 3, 2024
1 parent 9cb04b7 commit 94190be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions src/otaclient_common/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,13 @@
import shutil
import subprocess
import time
from functools import lru_cache, partial
from hashlib import sha256
from pathlib import Path
from typing import Optional, Union
from urllib.parse import urljoin

import requests

from otaclient_common.linux import (
ParsedGroup,
ParsedPasswd,
map_gid_by_grpnam,
map_uid_by_pwnam,
)

logger = logging.getLogger(__name__)


Expand Down
1 change: 0 additions & 1 deletion src/otaclient_common/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@

from ota_proxy import OTAFileCacheControl
from otaclient.app.configs import config as cfg
from otaclient_common import copy_callable_typehint
from otaclient_common.common import wait_with_backoff
from otaclient_common.typing import copy_callable_typehint

Expand Down

0 comments on commit 94190be

Please sign in to comment.