Remove unused imports

This commit is contained in:
Sajith Sasidharan 2020-05-22 13:23:23 -04:00 committed by Sajith Sasidharan
parent a0655c18d6
commit 855668b188

View File

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