mirror of https://github.com/scrapy/scrapy.git
removed unused import
This commit is contained in:
parent
5ebaa40ed2
commit
3a60d42072
|
|
@ -1,7 +1,6 @@
|
|||
from time import time
|
||||
from urlparse import urlparse, urlunparse, urldefrag
|
||||
|
||||
from twisted.python import failure
|
||||
from twisted.web.client import HTTPClientFactory
|
||||
from twisted.web.http import HTTPClient
|
||||
from twisted.internet import defer
|
||||
|
|
|
|||
Loading…
Reference in New Issue