Skip to content

Commit 30a5478

Browse files
beniericsage-maker
andauthored
fix: BiasConfig type hint (#4745)
Co-authored-by: sage-maker <[email protected]>
1 parent a1b7782 commit 30a5478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/clarify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ class BiasConfig:
870870

871871
def __init__(
872872
self,
873-
label_values_or_threshold: Union[int, float, str],
873+
label_values_or_threshold: List[Union[int, float, str]],
874874
facet_name: Union[str, int, List[str], List[int]],
875875
facet_values_or_threshold: Optional[Union[int, float, str]] = None,
876876
group_name: Optional[str] = None,

0 commit comments

Comments
 (0)