Remove unused imports

This commit is contained in:
Sajith Sasidharan 2020-05-22 13:23:23 -04:00
parent 7a82fd671f
commit 54ac2d224a

View File

@ -10,11 +10,10 @@ from twisted.web.template import (
renderElement,
tags,
)
from nevow import url, tags as T
from nevow import url
from allmydata.immutable.upload import FileHandle
from allmydata.mutable.publish import MutableFileHandle
from allmydata.web.common import (
getxmlfile,
get_arg,
boolean_of_arg,
convert_children_json,