removed extraneous asyncio import

This commit is contained in:
Lex Berezhny 2018-10-17 11:26:59 -04:00
parent a1368b05da
commit 04a2bde8dd

View file

@ -3,7 +3,6 @@ import asyncio
import logging
import treq
import math
import asyncio
import binascii
from hashlib import sha256
from types import SimpleNamespace