Skip to content

Commit be69384

Browse files
committed
Type hint. Appveyor test.
1 parent 7179553 commit be69384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openml/runs/trace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __init__(self, run_id, trace_iterations):
3232
self.run_id = run_id
3333
self.trace_iterations = trace_iterations
3434

35-
def get_selected_iteration(self, fold, repeat):
35+
def get_selected_iteration(self, fold: int, repeat: int) -> 'OpenMLTraceIteration':
3636
"""
3737
Returns the trace iteration that was marked as selected. In
3838
case multiple are marked as selected (should not happen) the

0 commit comments

Comments
 (0)