From 8107296d96c196c923bae353fb4e136a53bb6266 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 4 Jul 2018 00:35:26 -0700 Subject: [PATCH] Fix missing import --- wx/lib/plot/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wx/lib/plot/utils.py b/wx/lib/plot/utils.py index 779bbc31..c535239d 100644 --- a/wx/lib/plot/utils.py +++ b/wx/lib/plot/utils.py @@ -19,6 +19,7 @@ import itertools from warnings import warn as _warn # Third Party +import wx import numpy as np class PlotPendingDeprecation(wx.wxPyDeprecationWarning):