mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +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