mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix mypy.
This commit is contained in:
parent
9cdbef9faf
commit
611b6fc272
@ -16,6 +16,7 @@ class FactionLoader:
|
||||
@property
|
||||
def factions(self) -> Dict[str, Faction]:
|
||||
self.initialize()
|
||||
assert self._factions is not None
|
||||
return self._factions
|
||||
|
||||
def initialize(self) -> None:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user