diff --git a/postamates/__init__.py b/postamates/__init__.py index 9e0d95f..fb989c4 100644 --- a/postamates/__init__.py +++ b/postamates/__init__.py @@ -1,3 +1,3 @@ from .celery import app as celery_app -__all__ = ('celery_app',) \ No newline at end of file +__all__ = ('celery_app',)