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 Dec 18, 2023
1 parent 7ffdaf5 commit da22729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyimg4/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from importlib.metadata import version

from ._parser import * # noqa: F403
from ._types import * # noqa: F403
from .errors import * # noqa: F403

from importlib.metadata import version

__version__ = version(__package__)
2 changes: 1 addition & 1 deletion pyimg4/_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import asn1
from Crypto.Cipher import AES

from ._types import Compression, Payload, KeybagType
from ._types import Compression, KeybagType, Payload
from .errors import CompressionError, UnexpectedDataError, UnexpectedTagError

try:
Expand Down

0 comments on commit da22729

Please sign in to comment.