Ask Solem 9 years ago
parent
commit
a7d3fcfcc4
2 changed files with 2 additions and 3 deletions
  1. 1 0
      celery/__init__.py
  2. 1 3
      celery/tests/bin/test_celery.py

+ 1 - 0
celery/__init__.py

@@ -97,6 +97,7 @@ def _patch_eventlet():
     if blockdetect:
         eventlet.debug.hub_blocking_detection(blockdetect, blockdetect)
 
+
 def _patch_gevent():
     from gevent import monkey, signal as gsignal, version_info
 

+ 1 - 3
celery/tests/bin/test_celery.py

@@ -29,9 +29,7 @@ from celery.bin.celery import (
     command,
 )
 
-from celery.tests.case import (
-    AppCase, Mock, WhateverIO, override_stdouts, patch,
-)
+from celery.tests.case import AppCase, Mock, WhateverIO, patch
 
 
 class test__main__(AppCase):