From a63f30265b22505850a88c75b427e1aa7249bed0 Mon Sep 17 00:00:00 2001 From: sherl Date: Mon, 21 Apr 2025 20:07:40 +0200 Subject: [PATCH] chore: remove timedelta as it is not used --- notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify.py b/notify.py index a2da3dd..e95cb83 100644 --- a/notify.py +++ b/notify.py @@ -3,7 +3,7 @@ # Please run once per day. # License: GPLv3 or later import toml, os, importlib -from datetime import datetime, timedelta +from datetime import datetime scripts = []