diff --git a/main.py b/main.py index 24e7b03a8..25eea835f 100644 --- a/main.py +++ b/main.py @@ -1,7 +1,7 @@ from importlib import reload import time -import src.main as src +import src.pipeline as src # reload the pipeline module to implement any changes reload(src)