mirror of https://github.com/celery/kombu.git
flakes
This commit is contained in:
parent
4674a0f5c6
commit
7bc0712039
|
@ -101,7 +101,7 @@ class SimpleBase(object):
|
|||
class SimpleQueue(SimpleBase):
|
||||
no_ack = False
|
||||
queue_opts = {}
|
||||
exchange_opts = { 'type': 'direct' }
|
||||
exchange_opts = {'type': 'direct'}
|
||||
|
||||
def __init__(self, channel, name, no_ack=None, queue_opts=None,
|
||||
exchange_opts=None, serializer=None,
|
||||
|
|
|
@ -2,7 +2,6 @@ from __future__ import absolute_import
|
|||
|
||||
import sys
|
||||
|
||||
from functools import partial
|
||||
from mock import patch
|
||||
from nose import SkipTest
|
||||
from itertools import count
|
||||
|
|
Loading…
Reference in New Issue