Ask Solem 8 年之前
父节点
当前提交
b8bf291587
共有 1 个文件被更改,包括 0 次插入1 次删除
  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')