Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Oct 31, 2023
1 parent 33d355c commit 2e73031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mslice/plotting/plot_window/plot_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from qtpy.QtCore import Signal
from mslice.models.colors import named_cycle_colors, color_to_name
from mslice.util.qt import load_ui
from qtpy.QtGui import QDoubleValidator, QRegExpValidator
from qtpy.QtGui import QRegExpValidator
from qtpy.QtCore import QRegExp
from mantidqt.utils.qt.line_edit_double_validator import LineEditDoubleValidator
from mantidqt.icons import get_icon
Expand Down

0 comments on commit 2e73031

Please sign in to comment.