From 78bca565ca1fc9e6996c9dcbca48ae5fc36c1065 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Tue, 11 Jan 2022 12:42:22 -0600 Subject: [PATCH] Remove import of is_pyqt5 --- openmc_plotter/plotgui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openmc_plotter/plotgui.py b/openmc_plotter/plotgui.py index c0dbc5e..f0617c5 100644 --- a/openmc_plotter/plotgui.py +++ b/openmc_plotter/plotgui.py @@ -6,7 +6,6 @@ QDoubleSpinBox, QSizePolicy, QMessageBox, QCheckBox, QRubberBand, QMenu, QDialog, QTabWidget, QTableView, QHeaderView) -from matplotlib.backends.qt_compat import is_pyqt5 from matplotlib.figure import Figure from matplotlib import lines as mlines from matplotlib import cm as mcolormaps