From 91e34a66392a9a4fa967cb9c93e0d24f219a94ee Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Sun, 17 Nov 2024 21:47:26 +0000 Subject: [PATCH] fix(processor): correct relative import path for progress_tracker --- videoarchiver/processor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/videoarchiver/processor/__init__.py b/videoarchiver/processor/__init__.py index a0fca1d..07762d5 100644 --- a/videoarchiver/processor/__init__.py +++ b/videoarchiver/processor/__init__.py @@ -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__ = [