mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add missing super() call.
This commit is contained in:
@@ -12,6 +12,7 @@ if TYPE_CHECKING:
|
||||
|
||||
class JoinableCombat(FrozenCombat, ABC):
|
||||
def __init__(self, flights: list[Flight]) -> None:
|
||||
super().__init__()
|
||||
self.flights = flights
|
||||
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user