From 188c4eb261f890dba2b0c11133e3b3ad683ce8c9 Mon Sep 17 00:00:00 2001
From: Markus Scheidgen <markus.scheidgen@gmail.com>
Date: Tue, 25 Sep 2018 20:40:49 +0200
Subject: [PATCH] Minor formatting.

---
 nomad/files.py           | 1 -
 nomad/processing/data.py | 1 -
 tests/test_files.py      | 3 +--
 3 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/nomad/files.py b/nomad/files.py
index 5e4c2fec75..f9bd24966b 100644
--- a/nomad/files.py
+++ b/nomad/files.py
@@ -48,7 +48,6 @@ from contextlib import contextmanager
 import gzip
 import io
 import shutil
-import logging
 
 from nomad import config, utils
 
diff --git a/nomad/processing/data.py b/nomad/processing/data.py
index f19ea082f1..181ddb6c02 100644
--- a/nomad/processing/data.py
+++ b/nomad/processing/data.py
@@ -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
diff --git a/tests/test_files.py b/tests/test_files.py
index 2769a310a6..efb7eb76e9 100644
--- a/tests/test_files.py
+++ b/tests/test_files.py
@@ -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
-- 
GitLab