diff options
author | 2020-07-12 21:32:18 -0300 | |
---|---|---|
committer | 2020-07-12 21:32:18 -0300 | |
commit | e459832da981e0ed6fb644cec9a244371935a540 (patch) | |
tree | 59e63fcc16a8bcf975bb856c429751a5bae888af | |
parent | Update bot/exts/evergreen/status_cats.py (diff) |
Delete extra blank line to pass linter
-rw-r--r-- | bot/exts/evergreen/status_cats.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/evergreen/status_cats.py b/bot/exts/evergreen/status_cats.py index 18777e0b..b2077b17 100644 --- a/bot/exts/evergreen/status_cats.py +++ b/bot/exts/evergreen/status_cats.py @@ -18,7 +18,6 @@ class StatusCats(commands.Cog): """Sends an embed with an image of a cat, potraying the status code.""" embed = discord.Embed(title=f'**Status: {code}**') - try: HTTPStatus(code) embed.set_image(url=f'https://http.cat/{code}.jpg') |