From ae10685399055d3f6e809f53760372e4cd2e3c3a Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sat, 7 Oct 2023 11:12:32 +0100 Subject: [PATCH] The Fixed-term Parliaments Act 2011 is no more --- agenda/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/agenda/__init__.py b/agenda/__init__.py index c1aa70f..b2a82da 100644 --- a/agenda/__init__.py +++ b/agenda/__init__.py @@ -36,7 +36,6 @@ warnings.simplefilter(action="ignore", category=FutureWarning) here = dateutil.tz.tzlocal() next_us_presidential_election = date(2024, 11, 5) -next_uk_general_election = date(2024, 5, 2) xmas_last_posting_dates = {"first": date(2023, 12, 20), "second": date(2023, 12, 18)} @@ -343,7 +342,6 @@ def get_data(now: datetime) -> dict[str, str | object]: "next_economist": next_economist(today), "bank_holiday": get_next_bank_holiday(today), "us_holiday": get_us_holidays(today), - # "next_uk_general_election": next_uk_general_election, "next_us_presidential_election": next_us_presidential_election, "stock_markets": stock_markets(), "uk_clock_change": get_next_timezone_transition(now, "Europe/London"),