From 60052b3c68267eca6c0ed2a178378a2a777b3898 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Fri, 22 Jan 2016 13:18:08 +0100 Subject: [PATCH] Remove unused re import --- scrapy/commands/shell.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scrapy/commands/shell.py b/scrapy/commands/shell.py index 1e8427753..25ceb5f99 100644 --- a/scrapy/commands/shell.py +++ b/scrapy/commands/shell.py @@ -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