Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
PEP-8
Browse files Browse the repository at this point in the history
  • Loading branch information
jabley committed Dec 16, 2013
1 parent b5aaa75 commit d921e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backdrop/read/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def bucket_health():
def _bucket_message(buckets):
message = ', '.join(
'%s (last updated: %s)' % (bucket['name'],
bucket['last_updated'])
bucket['last_updated'])
for bucket in buckets)
return message

Expand Down

0 comments on commit d921e02

Please sign in to comment.