mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-28 22:38:33 +00:00
Use parentheses in test suite's import statement
This commit is contained in:
parent
b1c78244ab
commit
d3ff578640
@ -30,8 +30,11 @@ from allmydata.interfaces import BadWriteEnablerError
|
||||
from allmydata.test.common import LoggingServiceParent, ShouldFailMixin
|
||||
from allmydata.test.common_web import WebRenderingMixin
|
||||
from allmydata.test.no_network import NoNetworkServer
|
||||
from allmydata.web.storage import StorageStatus, StorageStatusElement, \
|
||||
from allmydata.web.storage import (
|
||||
StorageStatus,
|
||||
StorageStatusElement,
|
||||
remove_prefix
|
||||
)
|
||||
from allmydata.storage_client import (
|
||||
_StorageServer,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user