Skip to content

Commit e341fdc

Browse files
committed
Fix missing import of QMessageBox
1 parent 9cc65cf commit e341fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmc_plotter/plotmodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import threading
55
from ast import literal_eval
66

7-
from PySide2.QtWidgets import QItemDelegate, QColorDialog, QLineEdit
7+
from PySide2.QtWidgets import QItemDelegate, QColorDialog, QLineEdit, QMessageBox
88
from PySide2.QtCore import QAbstractTableModel, QModelIndex, Qt, QSize, QEvent
99
from PySide2.QtGui import QColor
1010
import openmc

0 commit comments

Comments
 (0)