archive: fix flake8 test failure

This commit is contained in:
Dan Streetman 2021-06-04 12:14:10 -04:00
parent e44bc63209
commit 952b331c22

View File

@ -28,7 +28,6 @@ Approach:
"""
from urllib.error import (URLError, HTTPError)
from urllib.parse import urlparse
from urllib.request import urlopen
import codecs
import functools