Skip to content
Snippets Groups Projects
Commit e32ca7e3 authored by Matthew Andrew's avatar Matthew Andrew
Browse files

Corrected flake8 errors Re #23642

parent 95e658d5
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ from Muon.GUI.Common.utilities import table_utils ...@@ -8,6 +8,7 @@ from Muon.GUI.Common.utilities import table_utils
pair_columns = {0: 'pair_name', 1: 'group_1', 2: 'group_2', 3: 'alpha', 4: 'guess_alpha'} pair_columns = {0: 'pair_name', 1: 'group_1', 2: 'group_2', 3: 'alpha', 4: 'guess_alpha'}
class PairingTableView(QtGui.QWidget): class PairingTableView(QtGui.QWidget):
dataChanged = Signal() dataChanged = Signal()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment