Skip to content

Commit e7fade9

Browse files
srmainwaringpeterbarker
authored andcommitted
mavproxy_map: import wx_processguard required for macOS
- Ignore Module imported but unused (F401) Signed-off-by: Rhys Mainwaring <[email protected]>
1 parent 7dacb2d commit e7fade9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MAVProxy/modules/mavproxy_map/mp_slipmap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def child_task(self):
7373
'''child process - this holds all the GUI elements'''
7474
mp_util.child_close_fds()
7575

76+
from MAVProxy.modules.lib import wx_processguard # noqa:F401
7677
from MAVProxy.modules.lib.wx_loader import wx
7778
from MAVProxy.modules.mavproxy_map.mp_slipmap_ui import MPSlipMapFrame
7879

0 commit comments

Comments
 (0)