Skip to content
Snippets Groups Projects
Commit 3fa8dd3c authored by erichard's avatar erichard
Browse files

Problème d'ordre des éléments d'une liste

parent a70713e6
No related branches found
No related tags found
2 merge requests!61Packager labelstower,!60WIP: Implement sqlalchemy
import json
from app.sql_request import send_sql
#from app.sql_request import send_sql
from typing import Dict, List
def get_elements(id_mandatory_labels, id_forbiden_labels, number_of_mandatory_labels):
......@@ -117,8 +117,8 @@ def get_labels(elements: List[Dict[int, str]]):
*
FROM (
SELECT
id,
label_name
, id
FROM
LABEL
WHERE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment