style: auto-fix ruff lint and format

This commit is contained in:
github-actions[bot]
2026-03-01 14:31:38 +00:00
parent 47160a5fc3
commit 2778bc75a6

View File

@@ -305,6 +305,7 @@ def resolve_file_type_mime(file_type: str) -> str:
) )
return FILE_TYPE_MIME_MAP[lower] return FILE_TYPE_MIME_MAP[lower]
BASE_SHORTCUT_FIELDS = ( BASE_SHORTCUT_FIELDS = (
"id, mimeType, parents, shortcutDetails(targetId, targetMimeType)" "id, mimeType, parents, shortcutDetails(targetId, targetMimeType)"
) )