chore(lint): sort __all__ definitions (#11243)

This commit is contained in:
Bowen Liang 2024-12-03 13:26:33 +08:00 committed by GitHub
commit e79eac688a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 82 additions and 79 deletions

View file

@ -24,30 +24,30 @@ from .workflow import (
)
__all__ = [
"Account",
"AccountIntegrate",
"ApiToken",
"App",
"AppMode",
"Conversation",
"ConversationVariable",
"Document",
"DataSourceOauthBinding",
"Dataset",
"DatasetProcessRule",
"Document",
"DocumentSegment",
"DataSourceOauthBinding",
"AppMode",
"Workflow",
"App",
"Message",
"EndUser",
"InstalledApp",
"InvitationCode",
"Message",
"MessageAnnotation",
"MessageFile",
"RecommendedApp",
"Site",
"Tenant",
"ToolFile",
"UploadFile",
"Account",
"Workflow",
"WorkflowAppLog",
"WorkflowRun",
"Site",
"InstalledApp",
"RecommendedApp",
"ApiToken",
"AccountIntegrate",
"InvitationCode",
"Tenant",
"Conversation",
"MessageAnnotation",
"ToolFile",
]