Skip to content
GitLab
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
188c4eb2
Commit
188c4eb2
authored
Sep 25, 2018
by
Markus Scheidgen
Browse files
Minor formatting.
parent
ed6d158c
Pipeline
#37174
passed with stages
in 5 minutes and 51 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/files.py
View file @
188c4eb2
...
...
@@ -48,7 +48,6 @@ from contextlib import contextmanager
import
gzip
import
io
import
shutil
import
logging
from
nomad
import
config
,
utils
...
...
nomad/processing/data.py
View file @
188c4eb2
...
...
@@ -32,7 +32,6 @@ import logging
import
base64
import
time
from
structlog
import
wrap_logger
from
structlog.processors
import
StackInfoRenderer
,
format_exc_info
,
JSONRenderer
from
nomad
import
config
,
utils
from
nomad.files
import
UploadFile
,
ArchiveFile
,
ArchiveLogFile
...
...
tests/test_files.py
View file @
188c4eb2
...
...
@@ -15,10 +15,9 @@
import
pytest
import
json
import
shutil
import
logging
from
nomad.files
import
Objects
,
ArchiveFile
,
UploadFile
,
ArchiveLogFile
from
nomad
import
config
,
utils
from
nomad
import
config
# example_file uses an artificial parser for faster test execution, can also be
# changed to examples_vasp.zip for using vasp parser
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment