Remove unused import

This commit is contained in:
Paul Tremberth 2016-01-22 13:13:46 +01:00
parent 6d73e057b5
commit be239f339c
1 changed files with 1 additions and 1 deletions

View File

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