Put std lib import at the top

This commit is contained in:
Sylvain Bellemare 2016-12-13 11:26:07 +01:00 committed by Sylvain Bellemare
parent 9f57d57f24
commit caeea09d33

View File

@ -1,6 +1,7 @@
from importlib import import_module
import bigchaindb
from bigchaindb.common.exceptions import ConfigurationError
from importlib import import_module
BACKENDS = {