diff --git a/src/reconstruct.py b/src/reconstruct.py
index 98909687ad25e4540f138b22244f22ce3ea63f66..85d8e390451ef11245640cfb8112efa891c39641 100755
--- a/src/reconstruct.py
+++ b/src/reconstruct.py
@@ -10,7 +10,7 @@ from src.forward_model import CFA
 
 # Import the files needed for the reconstruction like:
 # from src.file import function_1
-from src.demo_reconstructions import naive_interpolation
+from demo_reconstruction import naive_interpolation
 
 
 def run_reconstruction(y: np.ndarray, cfa: str) -> np.ndarray: