Skip to content

Commit df5a454

Browse files
committed
Remove obsolete Pyright suppression
1 parent 99512b8 commit df5a454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mock_vws/_model_target_web_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@ def create_model_target_dataset(
14241424
is_state_based = isinstance(models_value, list) and any(
14251425
isinstance(model, dict)
14261426
and "stateBasedConfigurationJsonString" in model
1427-
for model in models_value # pyright: ignore[reportUnknownVariableType]
1427+
for model in models_value
14281428
)
14291429
if is_state_based:
14301430
state_scope_error = _require_state_based_scope(

0 commit comments

Comments
 (0)