diff --git a/src/methods/digeronimo/reconstruct.py b/src/methods/digeronimo/reconstruct.py
index 7861be22030f5c44f160449144080c09c3a9a33d..f39b522e612d71e583953a1fe48134883903be03 100755
--- a/src/methods/digeronimo/reconstruct.py
+++ b/src/methods/digeronimo/reconstruct.py
@@ -7,7 +7,7 @@ Students can call their functions (declared in others files of src/methods/your_
 import numpy as np
 
 from src.forward_model import CFA
-from src.methods.template.somefunc import spectral_difference, normalization, quad_bayer_to_bayer_pattern, quad_bayer_to_bayer_image, bilinear_interpolation
+from src.methods.digeronimo.somefunc import spectral_difference, normalization, quad_bayer_to_bayer_pattern, quad_bayer_to_bayer_image, bilinear_interpolation
 
 
 def run_reconstruction(y: np.ndarray, cfa: str) -> np.ndarray: