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
|
pass
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def get_simulation(self):
|
def get_simulation(self) -> Simulation:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
|
|
Loading…
Reference in New Issue