diff --git a/Tp4/gestion_promo_etudiants.py b/Tp4/gestion_promo_etudiants.py
index 547ada86121ff1b9f0e822c7d9ab21ba59609220..78f1f86c3681d6b20e78aa3a57a22ad57954af2e 100644
--- a/Tp4/gestion_promo_etudiants.py
+++ b/Tp4/gestion_promo_etudiants.py
@@ -43,6 +43,7 @@ def il_existe(seq_bool: list[bool]) -> bool:
         if element:
             return True
     return False
+