Skip to content

Commit

Permalink
Merge pull request #965 from mantidproject/cli_problems
Browse files Browse the repository at this point in the history
Added import for Mantid algorithm wrappers back into CLI
  • Loading branch information
SilkeSchomann authored Jan 16, 2024
2 parents 8b4978b + 8f45312 commit 5975927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mslice/cli/_mslice_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from six import string_types
from mslice.workspace.histogram_workspace import HistogramWorkspace
from mslice.workspace.workspace import Workspace as MSliceWorkspace

from mslice.util.mantid.mantid_algorithms import * # noqa: F401, F403

# -----------------------------------------------------------------------------
# Command functions
Expand Down

0 comments on commit 5975927

Please sign in to comment.