We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b433a9 commit f3167efCopy full SHA for f3167ef
labthings/core/utilities.py
@@ -35,7 +35,6 @@ def get_summary(obj):
35
Returns:
36
str: First line of object docstring
37
"""
38
- print(get_docstring(obj, remove_newlines=False))
39
return get_docstring(obj, remove_newlines=False).partition("\n")[0].strip()
40
41
0 commit comments