mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-22 04:18:23 +00:00
Fix lints
This commit is contained in:
parent
fea816c0b7
commit
c941146f43
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user