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

Corrected flake8 errors Re #23642

parent 3c373da1
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ from Muon.GUI.Common.muon_context import MuonContext ...@@ -10,6 +10,7 @@ from Muon.GUI.Common.muon_context import MuonContext
mev_conversion_factor = 1000000 mev_conversion_factor = 1000000
class HomeRunInfoWidgetModel(object): class HomeRunInfoWidgetModel(object):
def __init__(self, muon_data=MuonContext()): def __init__(self, muon_data=MuonContext()):
......
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