Tools: autotest, common.py remove extra comma

This commit is contained in:
Iampete1 2021-02-10 18:58:16 +00:00 committed by Peter Barker
parent bb15c18cc3
commit 904b493809

View File

@ -4379,7 +4379,7 @@ class AutoTest(ABC):
accuracy=(altitude_max - altitude_min), accuracy=(altitude_max - altitude_min),
validator=lambda value2, target2: validator(value2, target2), validator=lambda value2, target2: validator(value2, target2),
timeout=timeout, timeout=timeout,
**kwargs, **kwargs
) )
def wait_groundspeed(self, speed_min, speed_max, timeout=30, **kwargs): def wait_groundspeed(self, speed_min, speed_max, timeout=30, **kwargs):