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:
@@ -24,7 +24,7 @@ class FlakGenerator(AirDefenseGroupGenerator):
|
||||
|
||||
name = "Flak Site"
|
||||
|
||||
def generate(self):
|
||||
def generate(self) -> None:
|
||||
index = 0
|
||||
mixed = random.choice([True, False])
|
||||
unit_type = random.choice(GFLAK)
|
||||
|
||||
Reference in New Issue
Block a user