pepepepep8

This commit is contained in:
Luke Rogers 2014-02-13 15:09:22 +13:00
parent cd5ae1d32b
commit 223bef30a5
5 changed files with 8 additions and 13 deletions

View file

@ -51,6 +51,5 @@ def bancount(inp):
if not out:
return "The user \x02{}\x02 has no bans.".format(user)
else:
# dat string.
return "Bans for \x02{}\x02: ".format(user) + ", ".join(out) + ". More info " \
"at {}".format(user_url)