diff --git a/app/pydotorg/__init__.py b/app/pydotorg/__init__.py index 3307b5134..858f85454 100644 --- a/app/pydotorg/__init__.py +++ b/app/pydotorg/__init__.py @@ -1,3 +1,3 @@ -from pydotorg.celery import app as celery_app +from app.pydotorg.celery import app as celery_app __all__ = ("celery_app",)