Ask Solem 15 年之前
父节点
当前提交
3afa67af35
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      celery/backends/amqp.py
  2. 0 1
      contrib/sphinx-to-rst.py

+ 0 - 1
celery/backends/amqp.py

@@ -6,7 +6,6 @@ from celery.messaging import establish_connection
 from celery.backends.base import BaseBackend
 from celery.backends.base import BaseBackend
 
 
 
 
-
 class AMQPBackend(BaseBackend):
 class AMQPBackend(BaseBackend):
     """AMQP backend. Publish results by sending messages to the broker
     """AMQP backend. Publish results by sending messages to the broker
     using the task id as routing key.
     using the task id as routing key.

+ 0 - 1
contrib/sphinx-to-rst.py

@@ -25,7 +25,6 @@ def include_file(lines, pos, match):
             dirname = old_dirname
             dirname = old_dirname
 
 
 
 
-
 def replace_code_block(lines, pos, match):
 def replace_code_block(lines, pos, match):
     lines[pos] = ""
     lines[pos] = ""
     curpos = pos - 1
     curpos = pos - 1