Remove unneeded wrapClientTLS import

This commit is contained in:
Alberto Sottile 2019-02-16 00:27:01 +01:00
parent 9132a9ae56
commit 0f10161d86

View File

@ -12,7 +12,7 @@ import time
from copy import deepcopy from copy import deepcopy
from functools import wraps from functools import wraps
from twisted.internet.endpoints import HostnameEndpoint, wrapClientTLS from twisted.internet.endpoints import HostnameEndpoint
from twisted.internet.protocol import ClientFactory from twisted.internet.protocol import ClientFactory
from twisted.internet import reactor, task, defer, threads from twisted.internet import reactor, task, defer, threads
from twisted.application.internet import ClientService from twisted.application.internet import ClientService