Skip to content

Commit

Permalink
edit docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Aug 28, 2024
1 parent 338c3ab commit 1cc93e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmem_plugin_reason/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def validate_profiles(plugin: WorkflowPlugin, graphs: dict) -> list:


def post_profiles(plugin: WorkflowPlugin, valid_profiles: list) -> None:
"""Validate OWL2 profiles"""
"""Post OWL2 profiles"""
if valid_profiles:
profiles = '", "'.join(valid_profiles)
query = f"""
Expand Down

0 comments on commit 1cc93e3

Please sign in to comment.