Skip to content

Commit

Permalink
more test typing ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Nov 1, 2024
1 parent caa8597 commit 2414075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def test_mlm_at_least_one_asset_model(
}
mlm_model.update(model_asset_extras)
mlm_data["assets"] = {
"model": mlm_model
"model": mlm_model # type: ignore
}
mlm_item = pystac.Item.from_dict(mlm_data)
if is_valid:
Expand Down

0 comments on commit 2414075

Please sign in to comment.