From fe40b9d8e24a09ccf2b64f5affb51beb5fc66584 Mon Sep 17 00:00:00 2001 From: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:38:05 +0800 Subject: [PATCH] hotfix: fix comment missing --- api/factories/file_factory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/factories/file_factory.py b/api/factories/file_factory.py index e0beef40c6..19b9477726 100644 --- a/api/factories/file_factory.py +++ b/api/factories/file_factory.py @@ -384,7 +384,7 @@ def get_file_type_by_mime_type(mime_type: str) -> FileType: class StorageKeyLoader: """FileKeyLoader load the storage key from database for a list of files. - This loader is batched, the + This loader is batched, the database query count is constant regardless of the input size. """ def __init__(self, session: Session, tenant_id: str) -> None: