File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2626"""
2727
2828import numpy as np
29- from matplotlib .backends .qt_compat import QtCore
29+ from matplotlib .backends .qt_compat import QtCore # type: ignore [attr-defined]
3030from matplotlib .lines import Line2D
3131
3232from viscm .bezierbuilder .curve import curve_method
Original file line number Diff line number Diff line change 2626# matplotlib.rcParams['backend'] = "QtAgg"
2727# Do this first before any other matplotlib imports, to force matplotlib to
2828# use a Qt backend
29- from matplotlib .backends .qt_compat import QtCore , QtGui , QtWidgets
29+ from matplotlib .backends .qt_compat import ( # type: ignore [attr-defined]
30+ QtCore ,
31+ QtGui ,
32+ QtWidgets ,
33+ )
3034from matplotlib .colors import ListedColormap
3135from matplotlib .gridspec import GridSpec
3236
You can’t perform that action at this time.
0 commit comments