Skip to content

Commit a2e24e6

Browse files
committed
fix
1 parent 018703a commit a2e24e6

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
@@ -460,7 +460,7 @@ def _register_env_var_sanitizers(
460460
add_general_string_sanitizer(function_scoped=True, target=live_value, value=playback_value)
461461

462462

463-
@dataclass(slots=True, init=False)
463+
@dataclass(init=False)
464464
class AdditionalSampleTestDetail:
465465
"""Configuration for adding an additional parametrized test case for a specific sample.
466466

0 commit comments

Comments
 (0)