Skip to content

Commit

Permalink
fix: remove future
Browse files Browse the repository at this point in the history
Change-Id: I4d50b9f393fc8abdd2328e2969a3593c5231a5cd
  • Loading branch information
Guillaume-sousa committed Jan 5, 2023
1 parent 00e1f5c commit ea43f5b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions mdcs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
""" This is needed for running celery
"""
from __future__ import absolute_import

# This will make sure the app is always imported when
# Django starts so that shared_task will use this app.
from .celery import app as celery_app
2 changes: 0 additions & 2 deletions mdcs/celery.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
""" Celery instance configuration
"""
from __future__ import absolute_import

import os

from celery import Celery
Expand Down
2 changes: 1 addition & 1 deletion templates/theme/footer/version.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.21.0
2.21.1

0 comments on commit ea43f5b

Please sign in to comment.