mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-22 00:41:53 +00:00
Use parentheses in test suite's import statement
This commit is contained in:
@ -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,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user