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 a0a08ba commit 148be13
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions workflowparsers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,6 @@ class EntryPoint(ParserEntryPoint):

def load(self):
from nomad.parsing import MatchingParserInterface
from . import (
aflow,
asr,
atomate,
elastic,
fhivibes,
lobster,
phonopy,
quantum_espresso_epw,
quantum_espresso_phonon,
quantum_espresso_xspectra,
)

return MatchingParserInterface(**self.dict())

Expand Down

0 comments on commit 148be13

Please sign in to comment.