mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 23:38:18 +00:00
whitespace more conforming to PEP8
This commit is contained in:
@ -888,7 +888,6 @@ class _Client(node.Node, pollmixin.PollMixin):
|
||||
for ic in self.introducer_clients:
|
||||
ic.publish("storage", announcement, self._node_private_key)
|
||||
|
||||
|
||||
def get_client_storage_plugin_web_resources(self):
|
||||
"""
|
||||
Get all of the client-side ``IResource`` implementations provided by
|
||||
@ -898,7 +897,6 @@ class _Client(node.Node, pollmixin.PollMixin):
|
||||
"""
|
||||
return self.storage_broker.get_client_storage_plugin_web_resources()
|
||||
|
||||
|
||||
def _enable_storage_servers(self, announceable_storage_servers):
|
||||
"""
|
||||
Register and announce the given storage servers.
|
||||
@ -906,7 +904,6 @@ class _Client(node.Node, pollmixin.PollMixin):
|
||||
for announceable in announceable_storage_servers:
|
||||
yield self._enable_storage_server(announceable)
|
||||
|
||||
|
||||
def _enable_storage_server(self, announceable_storage_server):
|
||||
"""
|
||||
Register a storage server.
|
||||
@ -927,7 +924,6 @@ class _Client(node.Node, pollmixin.PollMixin):
|
||||
)
|
||||
return announceable_storage_server
|
||||
|
||||
|
||||
def init_client(self):
|
||||
helper_furl = self.config.get_config("client", "helper.furl", None)
|
||||
if helper_furl in ("None", ""):
|
||||
|
Reference in New Issue
Block a user