mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 10:51:05 -05:00
fix(processor): correct relative import path for progress_tracker
This commit is contained in:
@@ -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__ = [
|
||||
|
||||
Reference in New Issue
Block a user