aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Rohan <[email protected]>2019-02-07 20:44:54 +0530
committerGravatar Rohan <[email protected]>2019-02-07 20:44:54 +0530
commit19e3a9ec362adc40c5357bf2425a4720249da162 (patch)
tree26df2850fe0474e1d88962e1964f97cedd14ff85
parentedited the emoji list (diff)
fixed linter errors
-rw-r--r--bot/seasons/valentines/savethedate.py2
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