Skip to content

Commit

Permalink
autotest: fixed whitespace issues
Browse files Browse the repository at this point in the history
was causing CI failuress with flake8 test
  • Loading branch information
tridge authored and MichelleRos committed Jul 31, 2024
1 parent 90a07e2 commit 7e1130f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tools/autotest/quadplane.py
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,6 @@ def VTOLQuicktune(self):
self.remove_installed_script(applet_script)
self.reboot_sitl()


def VTOLQuicktune_CPP(self):
'''VTOL Quicktune in C++'''
self.set_parameters({
Expand Down Expand Up @@ -1394,7 +1393,7 @@ def VTOLQuicktune_CPP(self):
self.set_parameter("QUIK_ENABLE", 0)
self.context_pop()
self.reboot_sitl()

def PrecisionLanding(self):
'''VTOL precision landing'''
applet_script = "plane_precland.lua"
Expand Down

0 comments on commit 7e1130f

Please sign in to comment.