Skip to content

Commit

Permalink
collapse imports into one line
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Dec 17, 2024
1 parent 4dbd745 commit 64f5f96
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkcs11/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
from .exceptions import * # noqa: F403
from .mechanisms import * # noqa: F403
from .types import * # noqa: F403
from .util import dh # noqa: F403
from .util import dsa # noqa: F403
from .util import ec # noqa: F403
from .util import rsa # noqa: F403
from .util import x509 # noqa: F403
from .util import dh, dsa, ec, rsa, x509 # noqa: F401

_so = None
_lib = None
Expand Down

0 comments on commit 64f5f96

Please sign in to comment.