Ask Solem 8 years ago
parent
commit
a4f22b2aba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      t/unit/conftest.py

+ 1 - 1
t/unit/conftest.py

@@ -16,7 +16,7 @@ from celery.utils.pytest import (
     assert_signal_called, TaskMessage, TaskMessage1, task_message_from_sig,
 )
 from celery.utils.pytest import app  # noqa
-from celery.utils.pytest import reset_cache_backend_state # noqa
+from celery.utils.pytest import reset_cache_backend_state  # noqa
 from celery.utils.pytest import depends_on_current_app  # noqa
 
 __all__ = ['app', 'reset_cache_backend_state', 'depends_on_current_app']