Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Aug 12, 2024
1 parent 31270c1 commit 5a760d6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cmem_plugin_reason/plugin_reason.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from cmem.cmempy.dp.proxy.graph import get
from cmem_plugin_base.dataintegration.context import ExecutionContext, ExecutionReport
from cmem_plugin_base.dataintegration.description import Icon, Plugin, PluginParameter
from cmem_plugin_base.dataintegration.entity import EntityPath, EntitySchema
from cmem_plugin_base.dataintegration.parameter.choice import ChoiceParameterType
from cmem_plugin_base.dataintegration.parameter.graph import GraphParameterType
from cmem_plugin_base.dataintegration.plugins import WorkflowPlugin
Expand Down Expand Up @@ -271,13 +270,6 @@ def __init__( # noqa: PLR0913, C901
self.input_ports = FixedNumberOfInputs([])
self.output_port = None

def generate_input_schema(self) -> EntitySchema:
"""Generate the output schema."""
return EntitySchema(
type_uri="validate",
paths=[EntityPath("profile"), EntityPath("ontology")],
)

def get_graphs(self, graphs: dict, context: ExecutionContext) -> None:
"""Get graphs from CMEM"""
for iri, filename in graphs.items():
Expand Down

0 comments on commit 5a760d6

Please sign in to comment.