mod_cron: Remove unused import [luacheck]

Use of datetime was removed in 6ac5ad578565
This commit is contained in:
Kim Alvefur 2023-10-15 16:41:25 +02:00
parent 87f1504736
commit da4111b997
2 changed files with 0 additions and 2 deletions

View file

@ -1,7 +1,6 @@
module:set_global();
local async = require("prosody.util.async");
local datetime = require("prosody.util.datetime");
local periods = { hourly = 3600; daily = 86400; weekly = 7 * 86400 }