Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
This commit is contained in:
meejah 2023-08-11 09:03:30 -06:00 committed by GitHub
parent 7322d8c0e6
commit f51d49faa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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