diff --git a/projet/codes/image_rec.py b/projet/codes/image_rec.py
index 686c06ca776c8a84803a7df653f147604b16b8ad..be0cdaf5f606b508f976a8144dd7c17e4e89c465 100644
--- a/projet/codes/image_rec.py
+++ b/projet/codes/image_rec.py
@@ -16,7 +16,7 @@ from block import *
 import sys
 
 # Algorithme récursif
-def rec_algorithm(image: Image, order:int):
+def rec_algorithm(image: Image, order:int) -> 'Block':
     """Cet algorithme permet de créer des blocs imbriqués les uns dans les autres \
     à partir d'une image.