Skip to content

Commit b6f09f3

Browse files
committed
remove erroneous imports
1 parent 98b0646 commit b6f09f3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

openmc_plotter/main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from PySide2.QtWidgets import (QApplication, QLabel, QSizePolicy, QMainWindow,
1111
QScrollArea, QMessageBox, QAction, QFileDialog,
1212
QColorDialog, QInputDialog, QWidget,
13-
QGestureEvent, QDialog)
13+
QGestureEvent)
1414

1515
import openmc
1616
import openmc.lib

openmc_plotter/plotgui.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from functools import partial
2-
from xml import dom
32

43
from PySide2 import QtCore, QtGui
54
from PySide2.QtWidgets import (QWidget, QPushButton, QHBoxLayout, QVBoxLayout,

0 commit comments

Comments
 (0)