forked from p15670423/monkey
Island: Add missing return typehint to get_simulation()
This commit is contained in:
parent
55eb9b39a2
commit
a18b5ef9b7
|
@ -10,7 +10,7 @@ class ISimulationRepository(ABC):
|
|||
pass
|
||||
|
||||
@abstractmethod
|
||||
def get_simulation(self):
|
||||
def get_simulation(self) -> Simulation:
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
|
|
Loading…
Reference in New Issue