Compare commits
No commits in common. "665f0700282a911545af30fd7e5cfc27c55d5ddc" and "e580ee9e359eb5347aaae3dad6fccae46758c824" have entirely different histories.
665f070028
...
e580ee9e35
|
@ -25,8 +25,6 @@ from frozendict import frozendict
|
|||
from .pbc_types import (Address, Signature, HashSha256, Transaction,
|
||||
SignedTransaction, SignedTransactionInnerPart)
|
||||
|
||||
from ._version import __version__ #noqa: F401
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
python-ecdsa
|
|
@ -1,2 +0,0 @@
|
|||
def test_init():
|
||||
import pbc_client #noqa: F401
|
Loading…
Reference in New Issue
Block a user