We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431cc1a commit 6169decCopy full SHA for 6169dec
1 file changed
openml/tasks/functions.py
@@ -55,7 +55,7 @@ def _get_cached_tasks():
55
return tasks
56
57
58
-def _get_cached_task(tid):
+def _get_cached_task(tid: int) -> OpenMLTask:
59
"""Return a cached task based on the given id.
60
61
Parameters
0 commit comments