Skip to content

Commit

Permalink
fixing docs build error
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Dec 31, 2024
1 parent 6deb299 commit dce8ea7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@

from .driver import DroneCommDevice
from .packets import (
Color,
EStopPacket,
GPSDronePacket,
HeartbeatReceivePacket,
HeartbeatSetPacket,
Logo,
StartPacket,
StopPacket,
TargetPacket,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class TinPacket(Packet, class_id=0x20, subclass_id=0x07, payload_format="<ic"):
Attributes:
status(int): status of drone for the tin
color(Enum): color of tin
color(Color): color of tin
"""

status: int
Expand All @@ -111,7 +111,7 @@ class TargetPacket(Packet, class_id=0x20, subclass_id=0x06, payload_format="<ffc
Attributes:
lat (float): The latitude of the target.
lon (float): The longitude of the target.
color (Color): The color of the target.
logo (Logo): The logo of the target.
"""

lat: float
Expand Down

0 comments on commit dce8ea7

Please sign in to comment.