remove todo

This commit is contained in:
Sean Breckenridge 2023-02-15 21:28:48 -08:00
parent 9769748939
commit 5b8b1d3bbf

View file

@ -70,7 +70,6 @@ def _datetime_timestamp(dt: DateIshExact) -> float:
return dt.timestamp() return dt.timestamp()
return float(dt) return float(dt)
# TODO: create estimate location which uses other fallback_locations to estimate a location
def _iter_estimate_from( def _iter_estimate_from(
dt: DateIshExact, dt: DateIshExact,
estimators: LocationEstimators, estimators: LocationEstimators,