Skip to content

Commit 58ab850

Browse files
committed
Add missing annotation
1 parent 74e36b8 commit 58ab850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nsidc/iceflow/data/ilvis2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def _add_utc_datetime(df: pd.DataFrame, file_date) -> pd.DataFrame:
127127
return df
128128

129129

130-
def _scale_and_convert(df: pd.DataFrame, fields):
130+
def _scale_and_convert(df: pd.DataFrame, fields) -> pd.DataFrame:
131131
"""For any column in the list of Field named tuples, optionally scale
132132
the corresponding column in the DataFrame and convert the column
133133
type.

0 commit comments

Comments
 (0)