Skip to content

Commit 070c885

Browse files
committed
chore: Remove comment for linter
1 parent e5e11b9 commit 070c885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/table/test_snapshots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def test_merge_snapshot_summaries_overwrite_summary() -> None:
398398

399399
def test_invalid_operation() -> None:
400400
with pytest.raises(ValueError) as e:
401-
update_snapshot_summaries(summary=Summary(Operation("invalid"))) # type: ignore
401+
update_snapshot_summaries(summary=Summary(Operation("invalid")))
402402
assert "Operation not implemented: Operation" in str(e.value)
403403

404404

0 commit comments

Comments
 (0)