diff options
author | 2018-10-10 09:13:57 -0500 | |
---|---|---|
committer | 2018-10-10 09:13:57 -0500 | |
commit | 2e85819a1f155c0e098e8928a879b39d07e65048 (patch) | |
tree | 01cf9d4e1753b6145bc08d1dbcdd599fb7bc06eb /bot/cogs/halloweenify.py | |
parent | Travis only has dev builds of 3.7 (diff) |
Corrected linting errors.
Diffstat (limited to 'bot/cogs/halloweenify.py')
-rw-r--r-- | bot/cogs/halloweenify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/halloweenify.py b/bot/cogs/halloweenify.py index 8a9db3df..201f6b95 100644 --- a/bot/cogs/halloweenify.py +++ b/bot/cogs/halloweenify.py @@ -1,5 +1,5 @@ -from pathlib import Path from json import load +from pathlib import Path from random import choice |