Skip to content

Commit

Permalink
mavproxy_example.py: Remove unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Dec 15, 2024
1 parent 25cd8d4 commit c6869cf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions MAVProxy/modules/mavproxy_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@
3. trim (or comment) out any functionality you do not need
'''
AP_FLAKE8_CLEAN

import os
import os.path
import sys
from pymavlink import mavutil
import errno
import time

from MAVProxy.modules.lib import mp_module
from MAVProxy.modules.lib import mp_util
from MAVProxy.modules.lib import mp_settings


Expand Down

0 comments on commit c6869cf

Please sign in to comment.