Skip to content

Commit d706a80

Browse files
committed
fix mypy?
1 parent e7c256b commit d706a80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/housing_data/build_places.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def load_places(
310310
raw_places_df.to_parquet(PUBLIC_DIR / "places_annual_without_population.parquet")
311311

312312
place_populations_df = place_population.get_place_population_estimates(
313-
data_path=data_repo_path / PLACE_POPULATION_DIR if data_repo_path else None
313+
data_path=data_repo_path / PLACE_POPULATION_DIR
314314
)
315315
place_populations_df = fix_nyc_boroughs_population(
316316
place_populations_df, counties_population_df

0 commit comments

Comments
 (0)