From 3ab8fae80ac6e76dc6a98d9f7a0fca13f4f635e2 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Mon, 23 Dec 2019 21:02:55 -0500 Subject: [PATCH] Removed extraneous blank lines --- exts/image.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/exts/image.py b/exts/image.py index 46cf82c..ac51cac 100644 --- a/exts/image.py +++ b/exts/image.py @@ -79,8 +79,6 @@ class ImageCog(commands.Cog): embed.set_image(url='attachment://' + metadata.filename) await ctx.send(embed=embed, file=img) - - @commands.command(name="grayline", aliases=['greyline', 'grey', 'gray', 'gl'], category=cmn.cat.maps) async def _grayline(self, ctx: commands.Context): '''Posts a map of the current greyline, where HF propagation is the best.'''