diff options
author | 2019-10-01 16:14:24 +0100 | |
---|---|---|
committer | 2019-10-01 16:14:24 +0100 | |
commit | 9b1ffd1f1fe2f2e0d7a335aa0d50b4c1717eb056 (patch) | |
tree | fd85d9c5e695265e7b43ce8c12ad2578bba03ee4 | |
parent | Implement review comments and stop using a greedy converter (diff) |
linter is the bane of my existence
-rw-r--r-- | bot/cogs/information.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/cogs/information.py b/bot/cogs/information.py index 624097eb1..c789dbcc0 100644 --- a/bot/cogs/information.py +++ b/bot/cogs/information.py @@ -75,7 +75,6 @@ class Information(Cog): continue parsed_roles.append(role) - for role in parsed_roles: embed = Embed( |