From ee96b2bfef4994c1aa7bf502317b97bce2ee0ece Mon Sep 17 00:00:00 2001 From: Isaac Beh Date: Thu, 7 Mar 2024 10:04:46 +1000 Subject: [PATCH] Formatting --- uqcsbot/holidays.py | 1 + 1 file changed, 1 insertion(+) diff --git a/uqcsbot/holidays.py b/uqcsbot/holidays.py index 4ff5d4b..16adb0d 100644 --- a/uqcsbot/holidays.py +++ b/uqcsbot/holidays.py @@ -27,6 +27,7 @@ "blobhajHearts", ] + class Holiday: def __init__(self, date: datetime, description: str, url: str) -> None: self.date = date