From 007b574eb8a56d159f77adc294b3aac4ea00e2bd Mon Sep 17 00:00:00 2001 From: Rodolphe Marques Date: Tue, 13 Dec 2016 11:27:29 +0100 Subject: [PATCH] fixed missing import --- bigchaindb/pipelines/block.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigchaindb/pipelines/block.py b/bigchaindb/pipelines/block.py index 14e9e5a4..d666591b 100644 --- a/bigchaindb/pipelines/block.py +++ b/bigchaindb/pipelines/block.py @@ -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