Ask Solem hace 10 años
padre
commit
32a5e8acb5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      celery/tests/backends/test_mongodb.py

+ 1 - 1
celery/tests/backends/test_mongodb.py

@@ -11,7 +11,7 @@ from celery.backends.mongodb import MongoBackend, Bunch, pymongo
 from celery.exceptions import ImproperlyConfigured
 from celery.tests.case import (
     AppCase, MagicMock, Mock, SkipTest, ANY,
-    call, depends_on_current_app, patch, sentinel,
+    depends_on_current_app, patch, sentinel,
 )
 
 COLLECTION = 'taskmeta_celery'