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 Sep 10, 2024
1 parent c0e60fd commit b750b16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions goosebit/updates/swdesc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import aiofiles
import httpx
from anyio import Path, open_file

from . import rauc, swu

logger = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion goosebit/updates/swdesc/rauc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import logging

import semver
from PySquashfsImage import SquashFsImage
from anyio import Path, open_file
from PySquashfsImage import SquashFsImage

from .func import sha1_hash_file

Expand Down
2 changes: 1 addition & 1 deletion goosebit/updates/swdesc/swu.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import libconf
import semver
from anyio import Path, open_file
from .func import sha1_hash_file

from .func import sha1_hash_file

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit b750b16

Please sign in to comment.