Skip to content

Commit

Permalink
Ruffing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepe-Marquez committed May 27, 2024
1 parent 541d6e6 commit b90723c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions src/nomad_unisyscat/parsers/myparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
from nomad.datamodel.results import Material, Results
from nomad.parsing.parser import MatchingParser

configuration = config.get_plugin_entry_point(
'nomad_unisyscat.parsers:myparser'
)
configuration = config.get_plugin_entry_point('nomad_unisyscat.parsers:myparser')


class MyParser(MatchingParser):
Expand Down
2 changes: 1 addition & 1 deletion src/nomad_unisyscat/schema_packages/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class MySchemaPackageEntryPoint(SchemaPackageEntryPoint):

def load(self):
from nomad_unisyscat.schema_packages.mypackage import m_package

return m_package


Expand Down
1 change: 0 additions & 1 deletion tests/apps/test_app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
def test_importing_app():
# this will raise an exception if pydantic model validation fails for th app
from nomad_unisyscat.apps import myapp

0 comments on commit b90723c

Please sign in to comment.