Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 66af27d

Browse files
Update client.py
1 parent 679dc35 commit 66af27d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

labelpandas/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def create_data_rows_from_table(
100100
# attachment_index : Dictonary where {key=column_name : value=attachment_type} or {} if not uploading attachments
101101
# annotation_index : Dictonary where {key=column_name : value=top_level_class_name} or {} if not uploading annotations
102102
# prediction_index : Dictonary where {key=column_name : value=top_level_class_name} or {} if not uploading predictions
103-
x = validate_colums(
103+
x = validate_columns(
104104
client=self.lb_client, table=table,
105105
get_columns_function=connector.get_col_names,
106106
get_unique_values_function=connector.get_unique_values,
@@ -248,7 +248,7 @@ def upsert_data_rows_from_table(batch_data_rows:bool=False, anootation_method:st
248248
# attachment_index : Dictonary where {key=column_name : value=attachment_type} or {} if not uploading attachments
249249
# annotation_index : Dictonary where {key=column_name : value=top_level_class_name} or {} if not uploading annotations
250250
# prediction_index : Dictonary where {key=column_name : value=top_level_class_name} or {} if not uploading predictions
251-
x = validate_colums(
251+
x = validate_columns(
252252
client=self.lb_client, table=table,
253253
get_columns_function=connector.get_col_names,
254254
get_unique_values_function=connector.get_unique_values,

0 commit comments

Comments
 (0)