mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
duplicate asset id / fix flake8 errors
This commit is contained in:
parent
392ae3dc58
commit
d7126169f4
@ -1,7 +1,6 @@
|
|||||||
"""Query implementation for MongoDB"""
|
"""Query implementation for MongoDB"""
|
||||||
|
|
||||||
from time import time
|
from time import time
|
||||||
from itertools import chain
|
|
||||||
|
|
||||||
from pymongo import ReturnDocument
|
from pymongo import ReturnDocument
|
||||||
from pymongo import errors
|
from pymongo import errors
|
||||||
|
@ -958,7 +958,6 @@ def test_cant_add_empty_output():
|
|||||||
|
|
||||||
|
|
||||||
def test_cant_add_empty_input():
|
def test_cant_add_empty_input():
|
||||||
import bigchaindb.version
|
|
||||||
from bigchaindb.common.transaction import Transaction
|
from bigchaindb.common.transaction import Transaction
|
||||||
tx = Transaction(Transaction.CREATE, None)
|
tx = Transaction(Transaction.CREATE, None)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user