Skip to content

Commit

Permalink
style: happy mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino committed Jul 25, 2024
1 parent 7c93569 commit 897b965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cognite/client/data_classes/cdm/v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -2409,7 +2409,7 @@ def as_write(self) -> CogniteActivityApply:
scheduled_end_time=self.scheduled_end_time,
assets=self.assets, # type: ignore[arg-type]
equipment=self.equipment, # type: ignore[arg-type]
time_series=self.time_series, # type: ignore[arg-type]
time_series=self.time_series,
existing_version=self.version,
type=self.type,
)
Expand Down

0 comments on commit 897b965

Please sign in to comment.