Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
  • Loading branch information
Ryanf55 committed Dec 15, 2024
1 parent 25cd8d4 commit 8aef2e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions MAVProxy/modules/mavproxy_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,10 @@
3. trim (or comment) out any functionality you do not need
'''

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 8aef2e7

Please sign in to comment.