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 3, 2024
1 parent 42578a3 commit d6e7761
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/otaclient_common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

from typing_extensions import Literal


_MultiUnits = Literal["GiB", "MiB", "KiB", "Bytes", "KB", "MB", "GB"]
# fmt: off
_multiplier: dict[_MultiUnits, int] = {
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 @@ -57,7 +57,6 @@
from otaclient_common.common import wait_with_backoff
from otaclient_common.typing import copy_callable_typehint


logger = logging.getLogger(__name__)

EMPTY_FILE_SHA256 = r"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
Expand Down

0 comments on commit d6e7761

Please sign in to comment.