Ask Solem 8 years ago
parent
commit
a06a0f4030
2 changed files with 1 additions and 1 deletions
  1. 1 0
      celery/fixups/django.py
  2. 0 1
      celery/tests/fixups/test_django.py

+ 1 - 0
celery/fixups/django.py

@@ -95,6 +95,7 @@ class DjangoFixup(object):
     def _now(self):
         return symbol_by_name('django.utils.timezone:now')
 
+
 class DjangoWorkerFixup(object):
     _db_recycles = 0
 

+ 0 - 1
celery/tests/fixups/test_django.py

@@ -10,7 +10,6 @@ from celery.fixups.django import (
     DjangoFixup,
     DjangoWorkerFixup,
 )
-from celery.utils.objects import Bunch
 
 from celery.tests.case import AppCase, Mock, mock, patch