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