Skip to content

Commit

Permalink
Fix comment #16
Browse files Browse the repository at this point in the history
  • Loading branch information
RexBerry committed Oct 11, 2022
1 parent 0067b45 commit 0299de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flight/avoidance/obstacle_avoidance.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def from_mavsdk_position(cls, position: MavsdkPosition) -> "Point":
position.latitude_deg, position.longitude_deg
)

# Can't directly unpack argument return value because mypy complains
# Can't directly unpack function return value because mypy complains
return cls(easting, northing, zone_number, zone_letter, None)


Expand Down

0 comments on commit 0299de4

Please sign in to comment.