(fix): each import on its own line

This commit is contained in:
diminator 2017-01-10 14:45:29 +01:00
parent 15b91fea99
commit 322d6bde12
No known key found for this signature in database
GPG Key ID: C3D8590E6D0D439A

View File

@ -3,7 +3,8 @@ from flask_restful import Api
from bigchaindb.web.views import (
info,
statuses,
transactions as tx, unspents,
transactions as tx,
unspents,
)