Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor 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
calibration
pycalibration
Commits
a2403610
Commit
a2403610
authored
3 years ago
by
Thomas Kluyver
Browse files
Options
Downloads
Patches
Plain Diff
Remove some unused imports
parent
1133e3b7
No related branches found
No related tags found
1 merge request
!489
Assorted cleanup of xfel-calibrate
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/xfel_calibrate/finalize.py
+3
-3
3 additions, 3 deletions
src/xfel_calibrate/finalize.py
with
3 additions
and
3 deletions
src/xfel_calibrate/finalize.py
+
3
−
3
View file @
a2403610
...
...
@@ -2,7 +2,7 @@ import re
from
datetime
import
datetime
from
glob
import
glob
from
importlib.machinery
import
SourceFileLoader
from
os
import
chdir
,
listdir
,
makedirs
,
path
,
remove
,
stat
from
os
import
chdir
,
listdir
,
makedirs
,
path
,
stat
from
os.path
import
isdir
,
isfile
,
splitext
from
pathlib
import
Path
from
shutil
import
copy
,
copytree
,
move
,
rmtree
...
...
@@ -11,11 +11,11 @@ from textwrap import dedent
from
time
import
sleep
from
typing
import
Dict
,
List
import
cal_tools.tools
import
tabulate
import
yaml
from
jinja2
import
Template
import
cal_tools.tools
from
.settings
import
*
...
...
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