Island: Add missing newline in ISimulationRepository

This commit is contained in:
Mike Salvatore 2022-07-01 09:36:45 -04:00
parent 28e75319b0
commit c221a9810d
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ class ISimulationRepository(ABC):
:return The island's current mode
:raises RetrievalError: If the mode could not be retrieved
"""
pass
@abstractmethod