poc: Drop unused import

This commit is contained in:
pancho horrillo
2019-09-16 10:24:11 +02:00
parent 19bb6320b9
commit 27cf52467d
-1
View File
@@ -17,7 +17,6 @@
# #
from collections import namedtuple from collections import namedtuple
from itertools import repeat
from urllib.parse import urlparse from urllib.parse import urlparse
from uuid import uuid4 from uuid import uuid4
import asyncio import asyncio