Skip to content

Commit 224a33c

Browse files
committed
fix
1 parent e809149 commit 224a33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/ai/azure-ai-projects/tests/samples/sample_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def _resolve_additional_env_vars(
419419
*,
420420
sample_path: str,
421421
playback_values: dict[str, str],
422-
) -> dict[str, str] | None:
422+
) -> dict[str, str]:
423423
sample_filename = os.path.basename(sample_path)
424424

425425
resolved: dict[str, str] = {}

0 commit comments

Comments
 (0)