- Apply Black formatting to all Python files in core and stiftung modules - Fix import statement ordering with isort - Ensure all code meets automated quality standards - Resolve CI/CD pipeline formatting failures - Maintain consistent code style across the entire codebase
4 lines
57 B
Python
4 lines
57 B
Python
from .celery import app as celery
|
|
|
|
__all__ = ("celery",)
|