Skip to content
Snippets Groups Projects
Commit bfaa56d7 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix, v0.90

parent 82499caf
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ class Exchange(object): ...@@ -136,7 +136,7 @@ class Exchange(object):
self.auto_delete = auto_delete self.auto_delete = auto_delete
assert isinstance(self.name, six.text_type) assert isinstance(self.name, six.text_type)
assert isinstance(self.type, six.text_type) assert isinstance(self.type, six.binary_type)
def __repr__(self): def __repr__(self):
return u'Exchange(%s, %s, %s, %s)' % ( return u'Exchange(%s, %s, %s, %s)' % (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment