Changements cosmétiques

This commit is contained in:
Colin Maudry
2025-06-16 19:08:30 +02:00
parent 8e7048490e
commit 89f95904b8
4 changed files with 23 additions and 4 deletions
-1
View File
@@ -195,7 +195,6 @@ def update_table(page_current, page_size, filter_query, data_timestamp):
start_row = page_current * page_size
# end_row = (page_current + 1) * page_size
dff = dff.slice(start_row, page_size)
# print("dff_sliced:", lff.select("titulaire.typeId"))
dicts = dff.to_dicts()
return dicts, data_timestamp + 1, nb_rows