Use parentheses in test suite's import statement

This commit is contained in:
Sajith Sasidharan
2020-02-11 09:55:33 -05:00
parent b1c78244ab
commit d3ff578640

View File

@ -30,8 +30,11 @@ from allmydata.interfaces import BadWriteEnablerError
from allmydata.test.common import LoggingServiceParent, ShouldFailMixin from allmydata.test.common import LoggingServiceParent, ShouldFailMixin
from allmydata.test.common_web import WebRenderingMixin from allmydata.test.common_web import WebRenderingMixin
from allmydata.test.no_network import NoNetworkServer from allmydata.test.no_network import NoNetworkServer
from allmydata.web.storage import StorageStatus, StorageStatusElement, \ from allmydata.web.storage import (
StorageStatus,
StorageStatusElement,
remove_prefix remove_prefix
)
from allmydata.storage_client import ( from allmydata.storage_client import (
_StorageServer, _StorageServer,
) )