Skip to content

Commit 3cfb33f

Browse files
committed
Fix docstring format
1 parent 68528e8 commit 3cfb33f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/epos/plugin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626

2727

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

3132
def __init__(self, *args, **kwargs):
3233
super().__init__(

0 commit comments

Comments
 (0)