Skip to content

Commit 20292c7

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

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
@@ -104,7 +104,7 @@ def generate(cls, attributes, content):
104104
)
105105

106106
@classmethod
107-
def _from_filesystem(cls, file_path):
107+
def _from_filesystem(cls, file_path: str) -> 'OpenMLRunTrace':
108108
"""
109109
Logic to deserialize the trace from the filesystem.
110110

0 commit comments

Comments
 (0)