From 5b8b1d3bbfa377f3974dfb8c6cbe11a4d608bf30 Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Wed, 15 Feb 2023 21:28:48 -0800 Subject: [PATCH] remove todo --- my/location/fallback/common.py | 1 - 1 file changed, 1 deletion(-) 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,