Gateway: Remove un-necessary import urlparse

This commit is contained in:
Athanasius 2022-08-18 16:13:59 +01:00
parent 1384241f13
commit 1f991e7c44
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

View File

@ -35,7 +35,6 @@ instead do:
import gevent
import simplejson
import urlparse
import zmq.green as zmq
from gevent import monkey
from pkg_resources import resource_string