Skip to content

Commit 62dd7fb

Browse files
committed
Type hint. Again a test for Appveyor rolling builds.
1 parent 6a17a48 commit 62dd7fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openml/flows/flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def publish(self, raise_error_if_exists: bool = False) -> 'OpenMLFlow':
390390
(flow_id, message))
391391
return self
392392

393-
def get_structure(self, key_item):
393+
def get_structure(self, key_item: str) -> Dict[str, List[str]]:
394394
"""
395395
Returns for each sub-component of the flow the path of identifiers
396396
that should be traversed to reach this component. The resulting dict

0 commit comments

Comments
 (0)