mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 02:41:06 -05:00
docs: update active context with message_handler import fix
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
- Added fallback to absolute imports in component_manager.py to handle different loading scenarios
|
||||
- Simplified relative import in core/__init__.py to use correct package structure
|
||||
- Added fallback to absolute imports in queue_processor.py for consistent import handling
|
||||
- Added fallback to absolute imports in message_handler.py with TYPE_CHECKING support
|
||||
- Imports are now more resilient while maintaining relative import patterns
|
||||
|
||||
## Active Files
|
||||
@@ -18,6 +19,7 @@
|
||||
- videoarchiver/core/component_manager.py
|
||||
- videoarchiver/core/__init__.py
|
||||
- videoarchiver/processor/queue_processor.py
|
||||
- videoarchiver/processor/message_handler.py
|
||||
- videoarchiver/processor/__init__.py
|
||||
|
||||
## Next Steps
|
||||
@@ -26,3 +28,4 @@
|
||||
- Verify imports work in both development and production environments
|
||||
- Apply similar import pattern updates to other modules if similar issues arise
|
||||
- Continue to maintain consistent import patterns across the codebase
|
||||
- Pay special attention to TYPE_CHECKING imports in other modules
|
||||
|
||||
Reference in New Issue
Block a user