Order import as per PEP 8

This commit is contained in:
Sylvain Bellemare 2018-01-12 16:32:32 +01:00
parent 739ca36c2c
commit 76ac3b3c6c

View File

@ -1,8 +1,8 @@
import asyncio
import json
import logging
import time
import asyncio
import aiohttp
from bigchaindb.common.utils import gen_timestamp