Use parentheses in import statement

This commit is contained in:
Sajith Sasidharan 2020-02-11 08:19:29 -05:00
parent 2df2ae92d5
commit b1c78244ab

View File

@ -1,8 +1,14 @@
import time, json
from twisted.python.filepath import FilePath
from twisted.web.template import tags as T, \
renderer, Element, renderElement, XMLFile, flattenString
from twisted.web.template import (
Element,
XMLFile,
tags as T,
renderer,
renderElement,
flattenString
)
from allmydata.web.common import (
abbreviate_time,
MultiFormatResource