From 322d6bde129e28e846e3af4b7824952989670362 Mon Sep 17 00:00:00 2001 From: diminator Date: Tue, 10 Jan 2017 14:45:29 +0100 Subject: [PATCH] (fix): each import on its own line --- bigchaindb/web/routes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bigchaindb/web/routes.py b/bigchaindb/web/routes.py index dca7a518..75f2ffac 100644 --- a/bigchaindb/web/routes.py +++ b/bigchaindb/web/routes.py @@ -3,7 +3,8 @@ from flask_restful import Api from bigchaindb.web.views import ( info, statuses, - transactions as tx, unspents, + transactions as tx, + unspents, )