Skip to content
Snippets Groups Projects
Commit a149c4e6 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[algorithm] Fix docstrings

parent dfc22b49
Branches
Tags
1 merge request!82Add pyproject.toml
...@@ -785,7 +785,9 @@ class Algorithm(object): ...@@ -785,7 +785,9 @@ class Algorithm(object):
@property @property
def uses(self): def uses(self):
"Mapping object defining the required library import name (keys) and the full-names (values)""" """Mapping object defining the required library import name (keys) and the
full-names (values)
"""
return self.data.get("uses") return self.data.get("uses")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment