Skip to content

Commit

Permalink
Merge pull request #425 from ISISNeutronMuon/chi/QAction-fix
Browse files Browse the repository at this point in the history
QAction fix for import issues on some setups.
  • Loading branch information
MBartkowiakSTFC authored Apr 25, 2024
2 parents 18b9e0f + 0d3661e commit 7f6727f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MDANSE_GUI/Src/MDANSE_GUI/TabbedWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
from importlib import metadata

from icecream import ic
from qtpy.QtCore import Slot, QTimer, Signal, QMessageLogger, Qt
from qtpy.QtGui import QAction
from qtpy.QtCore import Slot, QTimer, Signal, QMessageLogger
from qtpy.QtWidgets import (
QMainWindow,
QFileDialog,
Expand All @@ -29,6 +28,7 @@
QMenuBar,
QMessageBox,
QApplication,
QAction,
)

import MDANSE
Expand Down

0 comments on commit 7f6727f

Please sign in to comment.