mirror of https://github.com/scrapy/scrapy.git
tests/test_feedexport.py: remove unused import
This commit is contained in:
parent
17e135377a
commit
35726da434
|
|
@ -13,7 +13,7 @@ from logging import getLogger
|
|||
from pathlib import Path
|
||||
from string import ascii_letters, digits
|
||||
from unittest import mock
|
||||
from urllib.parse import urljoin, urlparse, quote
|
||||
from urllib.parse import urljoin, quote
|
||||
from urllib.request import pathname2url
|
||||
|
||||
import lxml.etree
|
||||
|
|
|
|||
Loading…
Reference in New Issue