Skip to content

Commit 5719725

Browse files
committed
Fix typo
1 parent bcea86b commit 5719725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

processing/data_loading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_data_by_annotations(data: pd.DataFrame, annotation_types: list):
4545
return data[list(map(lambda x: set(annotation_types) <= set(x), flattened_annotations))]
4646

4747

48-
def get_data_by_index(data: pd.Dataframe, index: int):
48+
def get_data_by_index(data: pd.DataFrame, index: int):
4949
"""
5050
Get a data point based on index
5151
:param data: Data set

0 commit comments

Comments
 (0)