Skip to content

Commit dfd238a

Browse files
committed
Remove old comments
1 parent f48d9a5 commit dfd238a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

portal-backend/depmap/compound/views/executive.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,7 @@ def format_availability_tile(compound: Compound):
313313
feature_data = df.loc[compound.label]
314314
cell_line_count = feature_data.dropna().size
315315

316-
dataset_url = get_download_url(dataset.taiga_id) # TODO: this does not seem to be working for bb datasets
317-
# TODO: see if there's a bb-friendly way to do this
316+
dataset_url = get_download_url(dataset.taiga_id)
318317
results.append(
319318
{
320319
"dataset_name": dataset_config.label,

0 commit comments

Comments
 (0)