Skip to content

Commit

Permalink
Fix docstring format
Browse files Browse the repository at this point in the history
  • Loading branch information
orviz committed Oct 18, 2024
1 parent 68528e8 commit 3cfb33f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/epos/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@


class Plugin(EvaluatorBase):
"""A class used to define FAIR indicators tests, tailored to the DT-GEO prototype metadata catalog (EPOS ICS-C based)."""
"""A class used to define FAIR indicators tests, tailored to the DT-GEO prototype
metadata catalog (EPOS ICS-C based)."""

def __init__(self, *args, **kwargs):
super().__init__(
Expand Down

0 comments on commit 3cfb33f

Please sign in to comment.