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

This commit is contained in:
Bowen Liang
2024-12-03 13:26:33 +08:00
committed by GitHub
parent 643a90c48d
commit e79eac688a
15 changed files with 82 additions and 79 deletions

View File

@@ -7,13 +7,13 @@ from .models import (
)
__all__ = [
"FILE_MODEL_IDENTITY",
"ArrayFileAttribute",
"File",
"FileAttribute",
"FileBelongsTo",
"FileTransferMethod",
"FileType",
"FileUploadConfig",
"FileTransferMethod",
"FileBelongsTo",
"File",
"ImageConfig",
"FileAttribute",
"ArrayFileAttribute",
"FILE_MODEL_IDENTITY",
]