Ask Solem 8 năm trước cách đây
mục cha
commit
b8bf291587
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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')