diff --git a/Tp-bataille_carte/war.py b/Tp-bataille_carte/war.py
index 7917b82aaa1988d6df615b46b29c2dc95fd4ab62..fd85d6a9e960ec8dfdc3bb6ad6795b33f97e5525 100755
--- a/Tp-bataille_carte/war.py
+++ b/Tp-bataille_carte/war.py
@@ -86,7 +86,7 @@ def play_one_round(m1: ApQueue, m2: ApQueue, pile: ApStack) -> None:
 
     precondition : m1 et m2 ne sont pas vides
     """
-    ...
+    
 
 def play(n_card: int, n_round: int) -> None:
     """