Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
d0b14fd8
Commit
d0b14fd8
authored
7 years ago
by
David Fairbrother
Browse files
Options
Downloads
Patches
Plain Diff
Re #19509 Removed unused imports
parent
412961c2
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/Diffraction/isis_powder/gem.py
+1
-1
1 addition, 1 deletion
scripts/Diffraction/isis_powder/gem.py
scripts/Diffraction/isis_powder/polaris.py
+1
-1
1 addition, 1 deletion
scripts/Diffraction/isis_powder/polaris.py
with
2 additions
and
2 deletions
scripts/Diffraction/isis_powder/gem.py
+
1
−
1
View file @
d0b14fd8
...
@@ -2,7 +2,7 @@ from __future__ import (absolute_import, division, print_function)
...
@@ -2,7 +2,7 @@ from __future__ import (absolute_import, division, print_function)
from
isis_powder.abstract_inst
import
AbstractInst
from
isis_powder.abstract_inst
import
AbstractInst
from
isis_powder.gem_routines
import
gem_advanced_config
,
gem_algs
,
gem_param_mapping
from
isis_powder.gem_routines
import
gem_advanced_config
,
gem_algs
,
gem_param_mapping
from
isis_powder.routines
import
absorb_corrections
,
common
,
instrument_settings
,
sample_details
from
isis_powder.routines
import
absorb_corrections
,
common
,
instrument_settings
class
Gem
(
AbstractInst
):
class
Gem
(
AbstractInst
):
...
...
This diff is collapsed.
Click to expand it.
scripts/Diffraction/isis_powder/polaris.py
+
1
−
1
View file @
d0b14fd8
...
@@ -2,7 +2,7 @@ from __future__ import (absolute_import, division, print_function)
...
@@ -2,7 +2,7 @@ from __future__ import (absolute_import, division, print_function)
import
os
import
os
from
isis_powder.routines
import
absorb_corrections
,
common
,
instrument_settings
,
sample_details
from
isis_powder.routines
import
absorb_corrections
,
common
,
instrument_settings
from
isis_powder.abstract_inst
import
AbstractInst
from
isis_powder.abstract_inst
import
AbstractInst
from
isis_powder.polaris_routines
import
polaris_advanced_config
,
polaris_algs
,
polaris_param_mapping
from
isis_powder.polaris_routines
import
polaris_advanced_config
,
polaris_algs
,
polaris_param_mapping
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment