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:
@@ -97,10 +97,7 @@ class FlightType(Enum):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def is_escort_type(self) -> bool:
|
def is_escort_type(self) -> bool:
|
||||||
return self in {
|
return self in {FlightType.ESCORT, FlightType.SEAD_ESCORT}
|
||||||
FlightType.ESCORT,
|
|
||||||
FlightType.SEAD_ESCORT
|
|
||||||
}
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def entity_type(self) -> AirEntity:
|
def entity_type(self) -> AirEntity:
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
from dcs.point import MovingPoint
|
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
|
from .pydcswaypointbuilder import PydcsWaypointBuilder
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user