mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Mark an optional property as optional.
This commit is contained in:
parent
90697194a1
commit
ccb41829c9
@ -230,7 +230,7 @@ class ControlPoint(MissionTarget, ABC):
|
||||
self.stances: Dict[int, CombatStance] = {}
|
||||
self.pending_unit_deliveries: Optional[UnitsDeliveryEvent] = None
|
||||
|
||||
self.target_position: Point = None
|
||||
self.target_position: Optional[Point] = None
|
||||
|
||||
def __repr__(self):
|
||||
return f"<{__class__}: {self.name}>"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user