Skip to content

Commit

Permalink
Reverting name change
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Jun 3, 2024
1 parent 0618a89 commit 994e15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class NomadSimulationsPackageEntryPoint(SchemaPackageEntryPoint):
# parameter: int = Field(0, description='Custom configuration parameter')

def load(self):
from nomad_simulations.schema import (
from .schema import (
m_package,
)

Expand Down

0 comments on commit 994e15b

Please sign in to comment.