mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
fixed missing import
This commit is contained in:
@@ -6,7 +6,7 @@ function.
|
||||
"""
|
||||
|
||||
import logging
|
||||
from multipipes import Pipeline, Node
|
||||
from multipipes import Pipeline, Node, Pipe
|
||||
|
||||
import bigchaindb
|
||||
from bigchaindb.backend import connect, get_changefeed
|
||||
|
||||
Reference in New Issue
Block a user