Skip to content

Commit

Permalink
fix noqa rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Dec 9, 2024
1 parent a72cf6a commit f77616e
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 f77616e

Please sign in to comment.