Skip to content

Commit 4c7be9b

Browse files
Fix merge conflict issue
1 parent e6e66fd commit 4c7be9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

neomodel/async_/match.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ def build_traversal_from_path(
623623
else:
624624
rhs_name = f"{rhs_label.lower()}_{rel_iterator}"
625625
rhs_name = self.create_node_identifier(rhs_name, rel_iterator)
626-
rhs_ident = f"{rhs_name}:{rhs_label}"
626+
rhs_ident = f"{rhs_name}:{rhs_label}"
627627

628628
if relation["include_in_return"] and not already_present:
629629
self._additional_return(rhs_name)

neomodel/sync_/match.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ def build_traversal_from_path(
621621
else:
622622
rhs_name = f"{rhs_label.lower()}_{rel_iterator}"
623623
rhs_name = self.create_node_identifier(rhs_name, rel_iterator)
624-
rhs_ident = f"{rhs_name}:{rhs_label}"
624+
rhs_ident = f"{rhs_name}:{rhs_label}"
625625

626626
if relation["include_in_return"] and not already_present:
627627
self._additional_return(rhs_name)

0 commit comments

Comments
 (0)