Skip to content

Commit

Permalink
Removed unwanted quotes for SingleHopConnectionDefinitionApply (#1557)
Browse files Browse the repository at this point in the history
  • Loading branch information
frnhr authored Dec 21, 2023
1 parent 557248f commit 6f27953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cognite/client/data_classes/data_modeling/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ def dump(self, camel_case: bool = True) -> dict[str, Any]:
return output


SingleHopConnectionDefinitionApply: TypeAlias = "MultiEdgeConnectionApply"
SingleHopConnectionDefinitionApply: TypeAlias = MultiEdgeConnectionApply


@dataclass
Expand Down

0 comments on commit 6f27953

Please sign in to comment.