Use parentheses in import statement

This commit is contained in:
Sajith Sasidharan 2020-02-11 08:19:29 -05:00 committed by Sajith Sasidharan
parent 1be736e4d1
commit 62a997ce20

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