mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
typing
Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
This commit is contained in:
parent
7322d8c0e6
commit
f51d49faa5
@ -187,7 +187,7 @@ class StorageClientConfig(object):
|
||||
grid_manager_keys,
|
||||
)
|
||||
|
||||
def get_configured_storage_plugins(self):
|
||||
def get_configured_storage_plugins(self) -> dict[str, IFoolscapStoragePlugin]:
|
||||
"""
|
||||
:returns Dict[str, IFoolscapStoragePlugin]: a dict mapping names
|
||||
to instances for all available plugins
|
||||
|
Loading…
Reference in New Issue
Block a user