Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbrock committed Dec 2, 2024
1 parent 3b5f03d commit 518d511
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pynxtools/nomad/entrypoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
try:
from nomad.config.models.plugins import (
AppEntryPoint,
ExampleUploadEntryPoint,
ParserEntryPoint,
SchemaPackageEntryPoint,
ExampleUploadEntryPoint,
)
except ImportError as exc:
raise ImportError(
Expand Down Expand Up @@ -188,9 +188,9 @@ def load(self):
]
},
),
}
iv_temp_example = ExampleUploadEntryPoint(
)

iv_temp_example = ExampleUploadEntryPoint(
title="Sensor Scan - IV Temperature Curve",
category="FAIRmat examples",
description="""
Expand All @@ -199,4 +199,4 @@ def load(self):
""",
plugin_package="pynxtools",
resources=["nomad/examples/iv_temp/*"],
}
)

0 comments on commit 518d511

Please sign in to comment.