From 2d244f06318c8f880ea7279a043bb1202d21c049 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 2 Oct 2023 23:47:43 +0100 Subject: [PATCH] Removed TODOs that are in bug tracker --- agenda/__init__.py | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/agenda/__init__.py b/agenda/__init__.py index 9a2e183..a968ebf 100644 --- a/agenda/__init__.py +++ b/agenda/__init__.py @@ -21,31 +21,13 @@ from agenda import spacexdata warnings.simplefilter(action="ignore", category=FutureWarning) -# bin and recycling information -# birthdays -# conferences -# end of financial year: 5 April # deadline to file tax return -# Christmas day -# last Christmas posting day -# wedding anniversary -# DONE: markets open/close -# DONE: next bank holiday -# DONE: economist -# could know about the Christmas double issue -# economist technology quarterly # credit card expiry dates # morzine ski lifts # chalet availablity calendar # sunrise and sunset # starlink visible -# next installment of the Up TV series: 70 Up in 2026 - -# end of Amazon Prime - -# mother's day - fourth Sunday of Lent -# father's day - third Sunday of June here = dateutil.tz.tzlocal() now = datetime.now()