Standardize format
This commit is contained in:
parent
ba7f44e484
commit
665f070028
|
@ -25,7 +25,7 @@ from frozendict import frozendict
|
||||||
from .pbc_types import (Address, Signature, HashSha256, Transaction,
|
from .pbc_types import (Address, Signature, HashSha256, Transaction,
|
||||||
SignedTransaction, SignedTransactionInnerPart)
|
SignedTransaction, SignedTransactionInnerPart)
|
||||||
|
|
||||||
from _version import __version__ #noqa: F401
|
from ._version import __version__ #noqa: F401
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
python-ecdsa
|
2
test/test_init.py
Normal file
2
test/test_init.py
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
def test_init():
|
||||||
|
import pbc_client #noqa: F401
|
Loading…
Reference in New Issue
Block a user