Skip to content
Snippets Groups Projects
Commit 646c0c0c authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Linting fixes.

parent c99669a2
No related branches found
No related tags found
1 merge request!72V0.7.1
Pipeline #65739 passed
...@@ -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
......
...@@ -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
......
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