chore(lint): sort __all__ definitions (#11243)
This commit is contained in:
@@ -14,16 +14,16 @@ from . import (
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"base",
|
||||
"conversation",
|
||||
"message",
|
||||
"index",
|
||||
"app_model_config",
|
||||
"account",
|
||||
"document",
|
||||
"dataset",
|
||||
"app",
|
||||
"completion",
|
||||
"app_model_config",
|
||||
"audio",
|
||||
"base",
|
||||
"completion",
|
||||
"conversation",
|
||||
"dataset",
|
||||
"document",
|
||||
"file",
|
||||
"index",
|
||||
"message",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user