Skip to content

Commit

Permalink
style: language
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino committed Nov 16, 2024
1 parent 410654f commit 8146a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cognite/neat/_session/_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ def __call__(self, io: Any, format: Literal["neat", "toolkit"] = "neat") -> Issu
]:
if self._client is None:
raise NeatValueError(
"No client provided. You are referencing Cognite containers in the data model,"
"and a client is required to lookup the container definitions."
"No client provided. You are referencing Cognite containers in your data model,"
"NEAT needs a client to lookup the container definitions."
)
system_containers = self._client.data_modeling.containers.retrieve(system_container_ids)
dms_importer.update_referenced_containers(system_containers)
Expand Down

0 comments on commit 8146a24

Please sign in to comment.