mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Add missing super() call.
This commit is contained in:
parent
332959128a
commit
2efe4f6c80
@ -12,6 +12,7 @@ if TYPE_CHECKING:
|
|||||||
|
|
||||||
class JoinableCombat(FrozenCombat, ABC):
|
class JoinableCombat(FrozenCombat, ABC):
|
||||||
def __init__(self, flights: list[Flight]) -> None:
|
def __init__(self, flights: list[Flight]) -> None:
|
||||||
|
super().__init__()
|
||||||
self.flights = flights
|
self.flights = flights
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user