Skip to content

Commit 5ded810

Browse files
committed
Remove stray comment
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
1 parent 1a61567 commit 5ded810

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sdk/python/tests/integration/online_store/test_universal_online.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ def test_online_retrieval(
525525
global_df = datasets.global_df
526526
location_df = datasets.location_df
527527

528-
# Rename origin -> location for the purposes of selecting
529528
entity_rows = [
530529
{"driver_id": d, "customer_id": c, "location_id": o, "val_to_add": 50}
531530
for (d, c, o) in zip(sample_drivers, sample_customers, sample_origins)

0 commit comments

Comments
 (0)