Skip to content

Commit 462c452

Browse files
author
Pravali Uppugunduri
committed
fix format
1 parent 2e9559f commit 462c452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/serve/utils/telemetry_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def wrapper(self, *args, **kwargs):
164164
)
165165
model_provider_value = SD_DRAFT_MODEL_SOURCE_TO_CODE[str(model_provider_enum)]
166166
extra += f"&x-sdDraftModelSource={model_provider_value}"
167-
167+
168168
if getattr(self, "deployment_config_name", False):
169169
config_name_code = self.deployment_config_name.lower()
170170
extra += f"&x-configName={config_name_code}"

0 commit comments

Comments
 (0)