fix(processor): correct relative import path for progress_tracker

This commit is contained in:
pacnpal
2024-11-17 21:47:26 +00:00
parent b26dedd5b1
commit 91e34a6639

View File

@@ -40,7 +40,7 @@ from .reactions import (
update_progress_reaction,
update_download_progress_reaction,
)
from ..utils import progress_tracker
from ..utils.progress_tracker import progress_tracker
# Export public classes and constants
__all__ = [