Island: Change can -> could in get_configuration()

This commit is contained in:
Mike Salvatore 2022-06-21 10:36:56 -04:00
parent 3bd977ed55
commit 838a2e742c
1 changed files with 1 additions and 1 deletions

View File

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