mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +00:00
Remove unused imports
This commit is contained in:
parent
a0655c18d6
commit
855668b188
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user