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