diff --git a/src/vws_cli/options/targets.py b/src/vws_cli/options/targets.py index aeb9be60..884dee67 100644 --- a/src/vws_cli/options/targets.py +++ b/src/vws_cli/options/targets.py @@ -64,6 +64,7 @@ class ActiveFlagChoice(Enum): FALSE = "false" +@beartype def active_flag_option( *, allow_none: bool,