diff --git a/app/but/apc_edit_ue.py b/app/but/apc_edit_ue.py
index bd8bb1b39..1e3fbce28 100644
--- a/app/but/apc_edit_ue.py
+++ b/app/but/apc_edit_ue.py
@@ -8,13 +8,13 @@
Edition associations UE <-> Ref. Compétence
"""
from flask import g, url_for
-from app.models import ApcReferentielCompetences, Formation, UniteEns
+from app.models import ApcReferentielCompetences, UniteEns
from app.scodoc import codes_cursus
def form_ue_choix_niveau(ue: UniteEns) -> str:
"""Form. HTML pour associer une UE à un niveau de compétence.
- Le menu select lui meême est vide et rempli en JS par appel à get_ue_niveaux_options_html
+ Le menu select lui même est vide et rempli en JS par appel à get_ue_niveaux_options_html
"""
if ue.type != codes_cursus.UE_STANDARD:
return ""
@@ -101,7 +101,7 @@ def get_ue_niveaux_options_html(ue: UniteEns) -> str:
options.append(
f""""""
)
options.append("""""")
@@ -116,7 +116,7 @@ def get_ue_niveaux_options_html(ue: UniteEns) -> str:
options.append(
f""""""
)
options.append("""""")
diff --git a/app/scodoc/sco_edit_ue.py b/app/scodoc/sco_edit_ue.py
index ab8658e79..9de82d140 100644
--- a/app/scodoc/sco_edit_ue.py
+++ b/app/scodoc/sco_edit_ue.py
@@ -855,7 +855,7 @@ du programme" (menu "Semestre") si vous avez un semestre en cours);