mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
tidied up the import structure/order
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
6b61c731d7
commit
7e3b7edb03
@ -9,9 +9,10 @@ with Tendermint.
|
||||
import logging
|
||||
import sys
|
||||
|
||||
from tendermint.abci import types_pb2
|
||||
from abci.application import BaseApplication
|
||||
from abci.application import OkCode
|
||||
|
||||
from tendermint.abci import types_pb2
|
||||
from tendermint.abci.types_pb2 import (
|
||||
ResponseInfo,
|
||||
ResponseInitChain,
|
||||
@ -23,7 +24,6 @@ from tendermint.abci.types_pb2 import (
|
||||
)
|
||||
|
||||
from planetmint.application.validator import Validator
|
||||
|
||||
from planetmint.abci.utils import decode_validator, decode_transaction, calculate_hash
|
||||
from planetmint.abci.block import Block
|
||||
from planetmint.ipc.events import EventTypes, Event
|
||||
|
Loading…
x
Reference in New Issue
Block a user