AutoTest: Remove extra line

This commit is contained in:
Leonard Hall 2023-03-07 11:50:25 +10:30 committed by Andrew Tridgell
parent e2659fca9c
commit 04c03cb811

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