Add line between std lib & 3rd party imports

This commit is contained in:
Sylvain Bellemare 2016-12-05 14:44:04 +01:00
parent b8bc1a5af9
commit 2be623221f

View File

@ -1,6 +1,7 @@
"""Utils to initialize and drop the database."""
import logging
import rethinkdb as r
from bigchaindb import backend