fixed missing import

This commit is contained in:
Rodolphe Marques 2016-12-13 11:27:29 +01:00
parent e303e355db
commit 007b574eb8

View File

@ -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