mirror of https://github.com/scrapy/scrapy.git
Remove unused import
This commit is contained in:
parent
6d73e057b5
commit
be239f339c
|
|
@ -5,7 +5,7 @@ See documentation in docs/topics/shell.rst
|
|||
"""
|
||||
|
||||
import re
|
||||
from six.moves.urllib.parse import urlparse, urlunparse
|
||||
from six.moves.urllib.parse import urlparse
|
||||
from threading import Thread
|
||||
from w3lib.url import any_to_uri
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue