From a149c4e6695704506c8a5a03fba117e3a39c0afc Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Wed, 7 Apr 2021 13:50:06 +0200 Subject: [PATCH] [algorithm] Fix docstrings --- beat/backend/python/algorithm.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/beat/backend/python/algorithm.py b/beat/backend/python/algorithm.py index ee6c448..883c7e7 100644 --- a/beat/backend/python/algorithm.py +++ b/beat/backend/python/algorithm.py @@ -785,7 +785,9 @@ class Algorithm(object): @property 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") -- GitLab