Island: Rename IConfigurationRepository IAgentConfigurationRepository

This commit is contained in:
Mike Salvatore 2022-06-17 11:36:50 -04:00
parent 7cb7f7ab5a
commit a75041e93f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from abc import ABC
from common.configuration import AgentConfiguration
class IConfigurationRepository(ABC):
class IAgentConfigurationRepository(ABC):
"""
A repository used to store and retrieve the agent configuration.
"""