Ask Solem 8 years ago
parent
commit
b8bf291587
1 changed files with 0 additions and 1 deletions
  1. 0 1
      t/unit/fixups/test_django.py

+ 0 - 1
t/unit/fixups/test_django.py

@@ -32,7 +32,6 @@ class test_DjangoFixup(FixupCase):
 
     def test_setting_default_app(self):
         from celery import _state
-        from celery.fixups import django
         prev, _state.default_app = _state.default_app, None
         try:
             app = Mock(name='app')