Skip to content

Commit

Permalink
Add BLSPrivateKey to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Jun 20, 2022
1 parent a9af399 commit 498ea0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth_typing/__init__.py
Expand Up @@ -3,6 +3,7 @@
TypeStr,
)
from .bls import ( # noqa: F401
BLSPrivateKey,
BLSPubkey,
BLSSignature,
)
Expand Down

0 comments on commit 498ea0f

Please sign in to comment.