diff options
author | 2019-02-07 20:44:54 +0530 | |
---|---|---|
committer | 2019-02-07 20:44:54 +0530 | |
commit | 19e3a9ec362adc40c5357bf2425a4720249da162 (patch) | |
tree | 26df2850fe0474e1d88962e1964f97cedd14ff85 | |
parent | edited the emoji list (diff) |
fixed linter errors
-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 |