Skip to content

Commit ec83b9b

Browse files
committed
Remove addressed TODO.
1 parent 3594597 commit ec83b9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/datajudge/db_access.py

-1
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,6 @@ def get_percentile(engine, ref, percentage):
993993
)
994994
)
995995

996-
# TODO: Address deprecation warning
997996
percentile_selection = sa.select(counting_subquery.c[column_name]).where(
998997
counting_subquery.c[row_num] == argmin_selection.scalar_subquery()
999998
)

0 commit comments

Comments
 (0)