mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Formatting
This commit is contained in:
parent
9ab8e15dd1
commit
d6026681ee
@ -97,10 +97,7 @@ class FlightType(Enum):
|
||||
|
||||
@property
|
||||
def is_escort_type(self) -> bool:
|
||||
return self in {
|
||||
FlightType.ESCORT,
|
||||
FlightType.SEAD_ESCORT
|
||||
}
|
||||
return self in {FlightType.ESCORT, FlightType.SEAD_ESCORT}
|
||||
|
||||
@property
|
||||
def entity_type(self) -> AirEntity:
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
from dcs.point import MovingPoint
|
||||
from dcs.task import OptECMUsing, OptFormation, RunScript, SetUnlimitedFuelCommand, SwitchWaypoint
|
||||
from dcs.task import (
|
||||
OptECMUsing,
|
||||
OptFormation,
|
||||
RunScript,
|
||||
SetUnlimitedFuelCommand,
|
||||
SwitchWaypoint,
|
||||
)
|
||||
|
||||
from .pydcswaypointbuilder import PydcsWaypointBuilder
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user