From d90f3481ba95ed21e178703c53f96afb28ef83c0 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 27 Oct 2018 11:24:02 +1300 Subject: [PATCH] Remove unnecessary spacing --- chatchart/chatchart.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/chatchart/chatchart.py b/chatchart/chatchart.py index 5a2ea1c..01f0392 100644 --- a/chatchart/chatchart.py +++ b/chatchart/chatchart.py @@ -124,8 +124,6 @@ class Chatchart(BaseCog): await em.delete() return await ctx.message.channel.send(f'Only bots have sent messages in {channel.mention}') - - for usr in msg_data["users"]: pd = float(msg_data["users"][usr]["msgcount"]) / float(msg_data["total count"]) msg_data["users"][usr]["percent"] = round(pd * 100, 1)