Skip to content

Commit 3dc4e6d

Browse files
authored
Merge pull request #902 from cal-itp/passing-utils
pass precommit
2 parents 3fb2a16 + 0372aec commit 3dc4e6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_shared_utils/shared_utils/portfolio_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def style_table(
173173

174174
return df_style
175175

176+
176177
def aggregate_by_geography(
177178
df: Union[pd.DataFrame, gpd.GeoDataFrame],
178179
group_cols: list,
@@ -237,4 +238,4 @@ def aggregate_and_merge(
237238
if len(nunique_cols) > 0:
238239
final_df = aggregate_and_merge(df, final_df, group_cols, nunique_cols, "nunique")
239240

240-
return final_df.drop(columns="index")
241+
return final_df.drop(columns="index")

0 commit comments

Comments
 (0)