Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
f412a94a
Commit
f412a94a
authored
Jun 02, 2020
by
Lauri Himanen
Browse files
Removed unused import.
parent
47637863
Pipeline
#75976
passed with stages
in 36 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/app/api/encyclopedia.py
View file @
f412a94a
...
@@ -17,7 +17,6 @@ The encyclopedia API of the nomad@FAIRDI APIs.
...
@@ -17,7 +17,6 @@ The encyclopedia API of the nomad@FAIRDI APIs.
"""
"""
import
re
import
re
import
math
import
math
import
json
from
typing
import
List
,
Dict
,
Union
,
Sequence
from
typing
import
List
,
Dict
,
Union
,
Sequence
from
flask_restplus
import
Resource
,
abort
,
fields
,
marshal
from
flask_restplus
import
Resource
,
abort
,
fields
,
marshal
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment