Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nomad-FAIR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
nomad-lab
nomad-FAIR
Commits
646c0c0c
Commit
646c0c0c
authored
5 years ago
by
Markus Scheidgen
Browse files
Options
Downloads
Patches
Plain Diff
Linting fixes.
parent
c99669a2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!72
V0.7.1
Pipeline
#65739
passed
5 years ago
Stage: build
Stage: test
Stage: release
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nomad/app/api/archive.py
+0
-1
0 additions, 1 deletion
nomad/app/api/archive.py
nomad/app/api/raw.py
+0
-1
0 additions, 1 deletion
nomad/app/api/raw.py
with
0 additions
and
2 deletions
nomad/app/api/archive.py
+
0
−
1
View file @
646c0c0c
...
@@ -24,7 +24,6 @@ from flask import send_file
...
@@ -24,7 +24,6 @@ from flask import send_file
from
flask_restplus
import
abort
,
Resource
from
flask_restplus
import
abort
,
Resource
import
json
import
json
import
importlib
import
importlib
import
contextlib
import
nomad_meta_info
import
nomad_meta_info
...
...
This diff is collapsed.
Click to expand it.
nomad/app/api/raw.py
+
0
−
1
View file @
646c0c0c
...
@@ -22,7 +22,6 @@ from io import BytesIO
...
@@ -22,7 +22,6 @@ from io import BytesIO
from
flask
import
request
,
send_file
from
flask
import
request
,
send_file
from
flask_restplus
import
abort
,
Resource
,
fields
from
flask_restplus
import
abort
,
Resource
,
fields
import
magic
import
magic
import
contextlib
import
fnmatch
import
fnmatch
import
json
import
json
import
gzip
import
gzip
...
...
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