tests/test_feedexport.py: remove unused import

This commit is contained in:
Adrián Chaves 2020-09-21 22:55:25 +02:00
parent 17e135377a
commit 35726da434
1 changed files with 1 additions and 1 deletions

View File

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