Skip to content
Snippets Groups Projects
Commit 330ee3bc authored by Tom Titcombe's avatar Tom Titcombe
Browse files

Fix flake8 unused import warning Refs #0

parent 71021398
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,7 @@ from abc import (ABCMeta, abstractmethod) ...@@ -14,8 +14,7 @@ from abc import (ABCMeta, abstractmethod)
from sans.state.move import StateMove from sans.state.move import StateMove
from sans.common.enums import (SANSInstrument, CanonicalCoordinates, DetectorType) from sans.common.enums import (SANSInstrument, CanonicalCoordinates, DetectorType)
from sans.common.general_functions import (create_unmanaged_algorithm, get_single_valued_logs_from_workspace, from sans.common.general_functions import (create_unmanaged_algorithm, get_single_valued_logs_from_workspace,
quaternion_to_angle_and_axis, sanitise_instrument_name, quaternion_to_angle_and_axis, sanitise_instrument_name)
convert_bank_name_to_detector_type_isis)
# ------------------------------------------------- # -------------------------------------------------
......
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