Skip to content

Commit

Permalink
PEP8ify + pyflakes
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jul 20, 2011
1 parent ffc164d commit 5ed5e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kombu/connection.py
Expand Up @@ -269,7 +269,7 @@ def autoretry(self, fun, channel=None, **ensure_options):
channel = connection.channel()
try:
ret, channel = connection.autoretry(publish_messages_fun, channel)
ret, channel = connection.autoretry(publish_messages, channel)
finally:
channel.close()
"""
Expand Down

0 comments on commit 5ed5e0d

Please sign in to comment.