chore: remove timedelta as it is not used

This commit is contained in:
2025-04-21 20:07:40 +02:00
parent b3efee4ea0
commit a63f30265b

View File

@@ -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 = []