mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Run black after update
This commit is contained in:
@@ -31,7 +31,7 @@ class DegradeIads(CompoundTask[TheaterState]):
|
||||
|
||||
@staticmethod
|
||||
def plan_against(
|
||||
target: Union[IadsGroundObject, NavalGroundObject]
|
||||
target: Union[IadsGroundObject, NavalGroundObject],
|
||||
) -> Union[PlanDead, PlanAntiShip]:
|
||||
if isinstance(target, IadsGroundObject):
|
||||
return PlanDead(target)
|
||||
|
||||
Reference in New Issue
Block a user