openmc-dev / plotter

Native plotting GUI for model design and verification
MIT License
46 stars 18 forks source link

Removing unused matplotlib backend query. #65

Closed pshriwise closed 2 years ago

pshriwise commented 2 years ago

Matplotlib v3.5.0 has deprecated the qt_compat.is_pyqt5 method, which is present in plotgui.py but is unused. This removes it.