Skip to content

Commit

Permalink
macOS: remove deprecated and unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Rhys Mainwaring <[email protected]>
  • Loading branch information
srmainwaring committed Jan 5, 2024
1 parent ef4f77a commit 7d8ac7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MAVProxy/modules/lib/MacOS/backend_wxagg.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

from matplotlib.backends.backend_agg import FigureCanvasAgg
from matplotlib.backends import backend_wx # already uses wxversion.ensureMinimal('2.8')
from matplotlib.backends.backend_wx import error_msg_wx, NavigationToolbar2Wx
from matplotlib.backends.backend_wxagg import FigureManager, FigureCanvasWxAgg, \
FigureFrameWx, draw_if_interactive, show, backend_version
from matplotlib.backends.backend_wx import FigureFrameWx
from matplotlib.backends.backend_wx import NavigationToolbar2Wx
from matplotlib.backends.backend_wxagg import FigureCanvasWxAgg
import wx

class FigureFrameWxAgg(FigureFrameWx):
Expand Down

0 comments on commit 7d8ac7e

Please sign in to comment.