Skip to content

Commit 20d8aff

Browse files
author
lukaspie
committed
import path fix
1 parent 3d0383f commit 20d8aff

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/pynxtools/nomad/parsers/parser.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,8 @@
4343
import pynxtools.nomad.schema_packages.schema as nexus_schema
4444
from pynxtools.definitions.dev_tools.utils.nxdl_utils import decode_or_not
4545
from pynxtools.nexus.nexus import HandleNexus
46+
from pynxtools.nomad import FIELD_STATISTICS, REPLACEMENT_FOR_NX, get_quantity_base_name
4647
from pynxtools.nomad import _rename_nx_for_nomad as rename_nx_for_nomad
47-
from pynxtools.nomad.utils import (
48-
FIELD_STATISTICS,
49-
REPLACEMENT_FOR_NX,
50-
get_quantity_base_name,
51-
)
5248
from pynxtools.units import ureg
5349

5450

0 commit comments

Comments
 (0)