Ask Solem 10 years ago
parent
commit
32a5e8acb5
1 changed files with 1 additions and 1 deletions
  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'