Skip to content

Commit

Permalink
update exte
Browse files Browse the repository at this point in the history
  • Loading branch information
nikokaoja committed Nov 12, 2024
1 parent 0afbfa3 commit 93ea6af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cognite/neat/_rules/transformers/_converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,7 @@ def _to_enterprise(self, reference_model: DMSRules) -> JustRules[DMSRules]:
enterprise_model.containers = enterprise_containers
enterprise_model.properties = enterprise_properties

if self.move_connections:
enterprise_properties.extend(enterprise_connections)
enterprise_properties.extend(enterprise_connections)

return JustRules(enterprise_model)

Expand Down

0 comments on commit 93ea6af

Please sign in to comment.