We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25cd8d4 commit c6869cfCopy full SHA for c6869cf
1 file changed
MAVProxy/modules/mavproxy_example.py
@@ -11,16 +11,12 @@
11
12
3. trim (or comment) out any functionality you do not need
13
'''
14
+AP_FLAKE8_CLEAN
15
-import os
16
-import os.path
17
-import sys
18
from pymavlink import mavutil
19
-import errno
20
import time
21
22
from MAVProxy.modules.lib import mp_module
23
-from MAVProxy.modules.lib import mp_util
24
from MAVProxy.modules.lib import mp_settings
25
26
0 commit comments