Skip to content

Commit

Permalink
remove one more type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonvt committed Dec 17, 2024
1 parent 9ec9108 commit 76b436a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cognite/client/_api/sequences.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ def update(
list_cls=SequenceList,
resource_cls=Sequence,
update_cls=SequenceUpdate,
items=item, # type: ignore[arg-type]
items=item,
mode=mode,
cdf_item_by_id=cdf_item_by_id,
)
Expand Down

0 comments on commit 76b436a

Please sign in to comment.