diff --git a/my/location/fallback/common.py b/my/location/fallback/common.py index 38c3181..f642a1b 100644 --- a/my/location/fallback/common.py +++ b/my/location/fallback/common.py @@ -70,7 +70,6 @@ def _datetime_timestamp(dt: DateIshExact) -> float: return dt.timestamp() return float(dt) -# TODO: create estimate location which uses other fallback_locations to estimate a location def _iter_estimate_from( dt: DateIshExact, estimators: LocationEstimators,