diff options
-rw-r--r-- | bot/seasons/valentines/savethedate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/valentines/savethedate.py b/bot/seasons/valentines/savethedate.py index 9612cceb..78a0f1f5 100644 --- a/bot/seasons/valentines/savethedate.py +++ b/bot/seasons/valentines/savethedate.py @@ -1,6 +1,6 @@ import logging -from json import load import random +from json import load from pathlib import Path import discord |