Skip to content

Commit 6169dec

Browse files
committed
Type hint. Appveyor test.
1 parent 431cc1a commit 6169dec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openml/tasks/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def _get_cached_tasks():
5555
return tasks
5656

5757

58-
def _get_cached_task(tid):
58+
def _get_cached_task(tid: int) -> OpenMLTask:
5959
"""Return a cached task based on the given id.
6060
6161
Parameters

0 commit comments

Comments
 (0)