mirror of https://github.com/ArduPilot/ardupilot
AutoTest: Remove extra line
This commit is contained in:
parent
287cf0c920
commit
64b84a942c
|
@ -3977,7 +3977,6 @@ class AutoTestPlane(AutoTest):
|
|||
# reboot to clear potentially bad state
|
||||
self.reboot_sitl()
|
||||
|
||||
|
||||
def tests(self):
|
||||
'''return list of all tests'''
|
||||
ret = super(AutoTestPlane, self).tests()
|
||||
|
|
Loading…
Reference in New Issue