Skip to content

Commit 34024a3

Browse files
resolvr pylint issue
1 parent f8572e4 commit 34024a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ def init_openai_client():
115115
if (
116116
app_settings.azure_openai.preview_api_version
117117
< MINIMUM_SUPPORTED_AZURE_OPENAI_PREVIEW_API_VERSION
118-
):
118+
):
119119
raise ValueError(
120120
f"The minimum supported Azure OpenAI preview API version is"
121121
f"'{MINIMUM_SUPPORTED_AZURE_OPENAI_PREVIEW_API_VERSION}'"
122122
)
123-
123+
124124
# Endpoint
125125
if (
126126
not app_settings.azure_openai.endpoint

0 commit comments

Comments
 (0)