Skip to content

Commit c3beaf3

Browse files
committed
f
1 parent f47432b commit c3beaf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dcpy/utils/geocode.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def geocode_df(
256256
street_name_normalization: bool = False,
257257
browse_flag: bool = False,
258258
) -> pd.DataFrame:
259-
# todo - definitely need some sort of caching for individual functions
259+
# todo - likely need some sort of caching for individual functions
260260
# unless we can improve inner workings of geosupport, there are cases where
261261
# we need to go BBL -> geographic identifiers / 5-digit street code -> address -> 1a
262262
# though performance test for sure - maybe minimal benefit

0 commit comments

Comments
 (0)