Skip to content

Commit

Permalink
Remove imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Aug 28, 2024
1 parent 0db9528 commit a1dade1
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions atomisticparsers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,6 @@ class EntryPoint(ParserEntryPoint):

def load(self):
from nomad.parsing import MatchingParserInterface
from . import (
amber,
asap,
bopfox,
dftbplus,
dlpoly,
gromacs,
gromos,
gulp,
h5md,
lammps,
libatoms,
namd,
tinker,
xtb,
utils,
)

return MatchingParserInterface(**self.dict())

Expand Down

0 comments on commit a1dade1

Please sign in to comment.