Skip to content

Commit fd577dc

Browse files
merging
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent 4c28acc commit fd577dc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

sdk/python/feast/utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,6 @@ def tags_str_to_dict(tags: str = "") -> dict[str, str]:
11411141
cast(tuple[str, str], tag.split(":", 1)) for tag in tags_list if ":" in tag
11421142
).items()
11431143
}
1144-
<<<<<<< HEAD
11451144

11461145

11471146
def _utc_now() -> datetime:
@@ -1194,5 +1193,3 @@ def _build_retrieve_online_document_record(
11941193
vector_value_proto,
11951194
distance_value_proto,
11961195
)
1197-
=======
1198-
>>>>>>> f97a28ca (checking in progress)

0 commit comments

Comments
 (0)