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

Minor linting fix.

parent 476d5beb
No related branches found
No related tags found
1 merge request!40Merge v0.4.4
Pipeline #46214 passed
......@@ -18,11 +18,12 @@ import os.path
import yaml
import warnings
from nomad import gitinfo
warnings.filterwarnings("ignore", message="numpy.dtype size changed")
warnings.filterwarnings("ignore", message="numpy.ufunc size changed")
from nomad import gitinfo
class NomadConfig(dict):
"""
......
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