Skip to content

Commit 80ade1a

Browse files
committed
Adding docstring for return type
1 parent 3166f55 commit 80ade1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openml/datasets/functions.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ def list_qualities() -> list:
171171
The function performs an API call to retrieve the entire list of
172172
data qualities that are computed on the datasets uploaded.
173173
174+
Returns
175+
-------
176+
list
177+
174178
"""
175179
api_call = "data/qualities/list"
176180
xml_string = openml._api_calls._perform_api_call(api_call, 'get')

0 commit comments

Comments
 (0)