Skip to content

Commit f77616e

Browse files
committed
fix noqa rule
1 parent a72cf6a commit f77616e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pkcs11/__init__.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
from .exceptions import * # noqa: F403
77
from .mechanisms import * # noqa: F403
88
from .types import * # noqa: F403
9-
from .util import dh # noqa: F403
10-
from .util import dsa # noqa: F403
11-
from .util import ec # noqa: F403
12-
from .util import rsa # noqa: F403
13-
from .util import x509 # noqa: F403
9+
from .util import dh, dsa, ec, rsa, x509 # noqa: F401
1410

1511
_so = None
1612
_lib = None

0 commit comments

Comments
 (0)