Skip to content

Commit 72453ec

Browse files
committed
fix: missing whitespace around operator
1 parent 08dfb97 commit 72453ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crowdin_api/api_resources/ai/resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ def list_supported_ai_provider_models(
13021302
https://support.crowdin.com/developer/enterprise/api/v2/#tag/AI/operation/api.ai.providers.supported-models.enterprise.getMany
13031303
"""
13041304

1305-
params={
1305+
params = {
13061306
"limit": limit,
13071307
"offset": offset,
13081308
"providerType": convert_enum_to_string_if_exists(provider_type),

0 commit comments

Comments
 (0)