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, )