mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-16 01:10:06 +08:00
further pre-commit fixes
This commit is contained in:
committed by
Andreas Köpf
parent
3fe9c7a026
commit
42e9a77456
@@ -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",
|
||||
|
||||
@@ -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__":
|
||||
|
||||
Reference in New Issue
Block a user