diff options
author | 2020-08-17 03:36:57 -0700 | |
---|---|---|
committer | 2020-08-17 03:36:57 -0700 | |
commit | 809a4458e418d15288749c69b061990b6b737716 (patch) | |
tree | f4c80ceae059909437e2de2299d293a71604a3ae /bot | |
parent | Auto stash before revert of "Changed from json to yaml config so comments can... (diff) |
Sorted imports to comply with flake8 standards.
Diffstat (limited to 'bot')
-rw-r--r-- | bot/exts/evergreen/conversationstarters.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/conversationstarters.py b/bot/exts/evergreen/conversationstarters.py index c559c2f8..cfa8dbce 100644 --- a/bot/exts/evergreen/conversationstarters.py +++ b/bot/exts/evergreen/conversationstarters.py @@ -1,8 +1,8 @@ import json -import yaml import random from pathlib import Path +import yaml from discord import Color, Embed from discord.ext import commands |