AutoTest: Remove extra line

This commit is contained in:
Leonard Hall 2023-03-07 11:50:25 +10:30 committed by Randy Mackay
parent 0a8c6b5a85
commit ca0ad141f9
1 changed files with 0 additions and 1 deletions

View File

@ -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()