Skip to content

Commit

Permalink
pylint error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrou committed May 7, 2024
1 parent 33b4af2 commit 1da7b11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/models/test_histogram_saving.py
Original file line number Diff line number Diff line change
Expand Up @@ -1352,8 +1352,7 @@ def mock_save_workspace(name, filepath): # pylint: disable=unused-argument
def test_scale_workspace(shiver_app):
"""Test scale workspace"""

shiver = shiver_app
histogram_presenter = shiver.main_window.histogram_presenter
histogram_presenter = shiver_app.main_window.histogram_presenter
scale_factor = 3
scaled_mde = "scaled_mde"
# clear mantid workspace
Expand Down

0 comments on commit 1da7b11

Please sign in to comment.