mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Flesh out typing information, enforce.
(cherry picked from commit fb9a0fe833)
This commit is contained in:
@@ -13,7 +13,7 @@ class SA8Generator(AirDefenseGroupGenerator):
|
||||
|
||||
name = "SA-8 OSA Site"
|
||||
|
||||
def generate(self):
|
||||
def generate(self) -> None:
|
||||
num_launchers = 2
|
||||
positions = self.get_circular_position(
|
||||
num_launchers, launcher_distance=120, coverage=180
|
||||
|
||||
Reference in New Issue
Block a user