Island: Improve description of return value for get_configuration()

This commit is contained in:
Mike Salvatore 2022-06-21 08:22:47 -04:00
parent 3cb678ad32
commit c424262f12
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class IAgentConfigurationRepository(ABC):
Retrieve the agent configuration from the repository
:return: The agent configuration as retrieved from the repository, or the default
configuration if none could be retrieved.
configuration if the repository is empty
:raises RetrievalError: if the configuration can not be retrieved
"""
pass