From 4dfffdf5d9cd13c680ae0367c301954a208a371c Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Wed, 28 Feb 2024 22:51:01 +0000 Subject: [PATCH] autotest: flake8 clean --- Tools/autotest/arduplane.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py index e75a81bf4a0160..c73dc2124cf234 100644 --- a/Tools/autotest/arduplane.py +++ b/Tools/autotest/arduplane.py @@ -3704,7 +3704,6 @@ def FenceAltCeilFloor(self): def FenceMinAltAutoEnable(self): '''Tests autoenablement of the alt min fence and fences on arming''' - fence_bit = mavutil.mavlink.MAV_SYS_STATUS_GEOFENCE self.set_parameters({ "FENCE_TYPE": 9, # Set fence type to min alt and max alt "FENCE_ACTION": 1, # Set action to RTL