Fix lints

This commit is contained in:
Itamar Turner-Trauring 2023-11-17 11:09:35 -05:00
parent fea816c0b7
commit c941146f43

View File

@ -1,7 +1,6 @@
"""
Ported to Python 3.
"""
import os
import time
from urllib.parse import quote as urlquote
@ -9,7 +8,6 @@ from hyperlink import DecodedURL, URL
from twisted.web import (
http,
resource,
static,
)
from twisted.web.util import redirectTo, Redirect
from twisted.python.filepath import FilePath