Remove unused re import

This commit is contained in:
Paul Tremberth 2016-01-22 13:18:08 +01:00
parent be239f339c
commit 60052b3c68
1 changed files with 0 additions and 1 deletions

View File

@ -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