We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e809149 commit 224a33cCopy full SHA for 224a33c
sdk/ai/azure-ai-projects/tests/samples/sample_executor.py
@@ -419,7 +419,7 @@ def _resolve_additional_env_vars(
419
*,
420
sample_path: str,
421
playback_values: dict[str, str],
422
-) -> dict[str, str] | None:
+) -> dict[str, str]:
423
sample_filename = os.path.basename(sample_path)
424
425
resolved: dict[str, str] = {}
0 commit comments