Skip to content

Commit c6869cf

Browse files
committed
mavproxy_example.py: Remove unused imports
Signed-off-by: Ryan Friedman <[email protected]>
1 parent 25cd8d4 commit c6869cf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

MAVProxy/modules/mavproxy_example.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,12 @@
1111
1212
3. trim (or comment) out any functionality you do not need
1313
'''
14+
AP_FLAKE8_CLEAN
1415

15-
import os
16-
import os.path
17-
import sys
1816
from pymavlink import mavutil
19-
import errno
2017
import time
2118

2219
from MAVProxy.modules.lib import mp_module
23-
from MAVProxy.modules.lib import mp_util
2420
from MAVProxy.modules.lib import mp_settings
2521

2622

0 commit comments

Comments
 (0)