Skip to content

Commit 371530c

Browse files
amirgolpJFRudzinski
authored andcommitted
Fix linting and formatting (imports)
1 parent 36ef31c commit 371530c

File tree

1 file changed

+0
-4
lines changed
  • src/nomad_simulation_parsers/parsers/h5md

1 file changed

+0
-4
lines changed

src/nomad_simulation_parsers/parsers/h5md/parser.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@
88
from nomad.parsing.parser import MatchingParser
99
from nomad.units import ureg
1010
from nomad.utils import get_logger
11-
12-
# from nomad_simulations.schema_packages.workflow import molecular_dynamics
1311
from structlog.stdlib import BoundLogger
1412

1513
from nomad_simulation_parsers.parsers.utils.mdparserutils import MDParser
1614
from nomad_simulation_parsers.schema_packages import h5md
17-
18-
# from nomad_simulation_parsers.schema_packages.h5md import MolecularDynamics, Simulation
1915
from nomad_simulation_parsers.schema_packages.utils import remove_mapping_annotations
2016

2117
LOGGER = get_logger(__name__)

0 commit comments

Comments
 (0)