diff --git a/flood_forecast/preprocessing/process_usgs.py b/flood_forecast/preprocessing/process_usgs.py index a3d403ae6..36c16441d 100644 --- a/flood_forecast/preprocessing/process_usgs.py +++ b/flood_forecast/preprocessing/process_usgs.py @@ -79,7 +79,7 @@ def get_timezone_map(): return timezone_map -def process_intermediate_csv(df: pd.DataFrame) -> (pd.DataFrame, int, int, int): +def process_intermediate_csv(df: pd.DataFrame) -> pd.DataFrame: # Remove garbage first row # TODO check if more rows are garbage df = df.iloc[1:]