Remove imported but not used modules

This commit is contained in:
Ahmed Muawia Khan 2018-09-20 12:23:16 +02:00
parent 9469c47f86
commit d87b4044e9

View File

@ -22,7 +22,6 @@ from pymongo import MongoClient
from bigchaindb import ValidatorElection from bigchaindb import ValidatorElection
from bigchaindb.common import crypto from bigchaindb.common import crypto
from bigchaindb.log import setup_logging
from bigchaindb.tendermint_utils import key_from_base64 from bigchaindb.tendermint_utils import key_from_base64
from bigchaindb.backend import schema, query from bigchaindb.backend import schema, query
from bigchaindb.common.crypto import (key_pair_from_ed25519_key, from bigchaindb.common.crypto import (key_pair_from_ed25519_key,