From 3a3aea92076408d2b9738bbe633a6574b88a40d6 Mon Sep 17 00:00:00 2001 From: Rodolphe Marques Date: Wed, 12 Oct 2016 16:28:43 +0200 Subject: [PATCH] remove assets import --- bigchaindb/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigchaindb/core.py b/bigchaindb/core.py index 5a70496c..db9b4947 100644 --- a/bigchaindb/core.py +++ b/bigchaindb/core.py @@ -13,7 +13,7 @@ import rethinkdb as r import bigchaindb from bigchaindb.db.utils import Connection -from bigchaindb import assets, config_utils, util +from bigchaindb import config_utils, util from bigchaindb.consensus import BaseConsensusRules from bigchaindb.models import Block, Transaction