mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Flesh out typing information, enforce.
This commit is contained in:
@@ -15,7 +15,7 @@ class GepardGenerator(AirDefenseGroupGenerator):
|
||||
|
||||
name = "Gepard Group"
|
||||
|
||||
def generate(self):
|
||||
def generate(self) -> None:
|
||||
num_launchers = 2
|
||||
|
||||
positions = self.get_circular_position(
|
||||
|
||||
Reference in New Issue
Block a user