diff options
author | 2019-05-03 22:52:48 +0200 | |
---|---|---|
committer | 2019-05-03 22:52:48 +0200 | |
commit | 6014e5dc1b4f33ef45d139762b56cf946a758d9b (patch) | |
tree | b76ce897a5023c7ed7affefd39b97e3884471d7f /pydis_site | |
parent | Changing the docstring response style to REPL prefix style (diff) |
Changing import symbol structure to be consistent
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/apps/api/admin.py | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/pydis_site/apps/api/admin.py b/pydis_site/apps/api/admin.py index 1caa1d8b..a5b75fa9 100644 --- a/pydis_site/apps/api/admin.py +++ b/pydis_site/apps/api/admin.py @@ -4,11 +4,10 @@ from .models import ( BotSetting, DeletedMessage, DocumentationLink, Infraction, MessageDeletionContext, Nomination, - OffTopicChannelName, - Role, SnakeFact, - SnakeIdiom, SnakeName, - SpecialSnake, Tag, - User + OffTopicChannelName, Role, + SnakeFact, SnakeIdiom, + SnakeName, SpecialSnake, + Tag, User ) |