hotfix: fix comment missing

pull/21517/head
neatguycoding 11 months ago
parent 1610f62a28
commit fe40b9d8e2

@ -384,7 +384,7 @@ def get_file_type_by_mime_type(mime_type: str) -> FileType:
class StorageKeyLoader: class StorageKeyLoader:
"""FileKeyLoader load the storage key from database for a list of files. """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: def __init__(self, session: Session, tenant_id: str) -> None:

Loading…
Cancel
Save