diff options
| author | 2020-07-15 14:27:51 +0200 | |
|---|---|---|
| committer | 2020-07-15 14:27:51 +0200 | |
| commit | 0a73c2a019cd973c00cefbcf239a0bc7ca947cfa (patch) | |
| tree | 7c39da62635bfa1806b7637249620e3c7ebef0c2 /pydis_site/apps/api/viewsets/bot | |
| parent | Allowlist viewset. (diff) | |
Minor fixes for imports and __init__ files.
https://github.com/python-discord/site/issues/305
Diffstat (limited to 'pydis_site/apps/api/viewsets/bot')
| -rw-r--r-- | pydis_site/apps/api/viewsets/bot/__init__.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/pydis_site/apps/api/viewsets/bot/__init__.py b/pydis_site/apps/api/viewsets/bot/__init__.py index b3e0fa4d..86bfc910 100644 --- a/pydis_site/apps/api/viewsets/bot/__init__.py +++ b/pydis_site/apps/api/viewsets/bot/__init__.py @@ -1,4 +1,5 @@  # flake8: noqa +from .allowlist import AllowListViewSet  from .bot_setting import BotSettingViewSet  from .deleted_message import DeletedMessageViewSet  from .documentation_link import DocumentationLinkViewSet | 
