Skip to content

Commit

Permalink
cmem-plugin-base 4.7.0 compatibilty, dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Jun 13, 2024
1 parent 435e978 commit 5cf44eb
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 111 deletions.
4 changes: 2 additions & 2 deletions cmem_plugin_pyshacl/plugin_pyshacl.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from cmem.cmempy.dp.proxy.graph import get, post_streamed
from cmem_plugin_base.dataintegration.context import ExecutionContext
from cmem_plugin_base.dataintegration.description import Icon, Plugin, PluginParameter
from cmem_plugin_base.dataintegration.discovery import discover_plugins_in_module
from cmem_plugin_base.dataintegration.discovery import discover_plugins
from cmem_plugin_base.dataintegration.entity import (
Entities,
Entity,
Expand Down Expand Up @@ -336,7 +336,7 @@ def __init__( # noqa: PLR0913
self.remove_thesaurus_graph_type = remove_thesaurus_graph_type
self.remove_shape_catalog_graph_type = remove_shape_catalog_graph_type

discover_plugins_in_module("cmem_plugin_pyshacl")
discover_plugins("cmem_plugin_pyshacl")
this_plugin = Plugin.plugins[0]

self.bool_parameters = [
Expand Down
Loading

0 comments on commit 5cf44eb

Please sign in to comment.