mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 02:41:06 -05:00
docs: update active context with queue_processor import fix
This commit is contained in:
@@ -4,21 +4,25 @@
|
|||||||
|
|
||||||
- Fixing import issues in the VideoArchiver cog
|
- Fixing import issues in the VideoArchiver cog
|
||||||
- Maintaining relative imports while ensuring compatibility with Red-DiscordBot loading
|
- Maintaining relative imports while ensuring compatibility with Red-DiscordBot loading
|
||||||
|
- Implementing consistent import patterns across the codebase
|
||||||
|
|
||||||
## Recent Changes
|
## Recent Changes
|
||||||
|
|
||||||
- Added fallback to absolute imports in component_manager.py to handle different loading scenarios
|
- 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
|
- 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
|
||||||
- Imports are now more resilient while maintaining relative import patterns
|
- Imports are now more resilient while maintaining relative import patterns
|
||||||
|
|
||||||
## Active Files
|
## Active Files
|
||||||
|
|
||||||
- videoarchiver/core/component_manager.py
|
- videoarchiver/core/component_manager.py
|
||||||
- videoarchiver/core/__init__.py
|
- videoarchiver/core/__init__.py
|
||||||
|
- videoarchiver/processor/queue_processor.py
|
||||||
- videoarchiver/processor/__init__.py
|
- videoarchiver/processor/__init__.py
|
||||||
|
|
||||||
## Next Steps
|
## Next Steps
|
||||||
|
|
||||||
- Monitor package loading behavior
|
- Monitor package loading behavior
|
||||||
- Verify imports work in both development and production environments
|
- Verify imports work in both development and production environments
|
||||||
- Consider similar import pattern updates if needed in other modules
|
- Apply similar import pattern updates to other modules if similar issues arise
|
||||||
|
- Continue to maintain consistent import patterns across the codebase
|
||||||
|
|||||||
Reference in New Issue
Block a user