Skip to content

Commit

Permalink
improve annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed May 18, 2024
1 parent 5fe2ae2 commit 17bddd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert_table/src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_schema_info(this_schema):
return df[is_this_schema]


def convert_to_str(df_field):
def convert_to_str(df_field: pd.Series) -> str:
return df_field.tolist()[0]


Expand Down

0 comments on commit 17bddd6

Please sign in to comment.