further pre-commit fixes

This commit is contained in:
Andreas Köpf
2022-12-31 00:18:55 +01:00
committed by Andreas Köpf
parent 3fe9c7a026
commit 42e9a77456
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
from .api_client import ApiClient
from .journal import Journal, JournalIntegration
from .user import User
from .user_stats import UserStats
from .message import Message
from .message_reaction import MessageReaction
from .text_labels import TextLabels
from .task import Task
from .text_labels import TextLabels
from .user import User
from .user_stats import UserStats
__all__ = [
"ApiClient",
+2 -1
View File
@@ -1,7 +1,8 @@
# -*- coding: utf-8 -*-
from bot import OpenAssistantBot
from bot_settings import settings
from bot import OpenAssistantBot
# invite bot url: https://discord.com/api/oauth2/authorize?client_id=1054078345542910022&permissions=1634235579456&scope=bot
if __name__ == "__main__":