Skip to content

Commit e3de474

Browse files
committed
Drop issue reference from inline comment
1 parent 0ee4dc5 commit e3de474

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/spatialdata_plot/pl/utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,9 +1078,9 @@ def _set_color_source_vec(
10781078
table_name=table_name,
10791079
)
10801080

1081-
# Issue #620: when both the element's own dataframe and the chosen table
1082-
# contain a column with this name, an explicit `table_name=` resolves the
1083-
# ambiguity — keep only the table origin and skip the multi-origin error below.
1081+
# When both the element's own dataframe and the chosen table contain a
1082+
# column with this name, an explicit `table_name=` resolves the ambiguity —
1083+
# keep only the table origin and skip the multi-origin error below.
10841084
explicit_table_shadows_df = table_name is not None and any(o.origin == "df" for o in origins)
10851085
if explicit_table_shadows_df:
10861086
origins = [o for o in origins if o.origin != "df"]

0 commit comments

Comments
 (0)