From a8eb5e09a0bb9771ffa40e8d271684b270d8734a Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 14:11:13 +0000 Subject: [PATCH 1/2] refactor: remove unused imports An object has been imported but is not used anywhere in the file. It should either be used or the import should be removed. --- lynxie/commands/e621.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lynxie/commands/e621.py b/lynxie/commands/e621.py index 2a262f4..cc14318 100644 --- a/lynxie/commands/e621.py +++ b/lynxie/commands/e621.py @@ -1,4 +1,3 @@ -import requests from discord.ext import commands From fec670ecb6b90a168078d4dbc36d633154ff2a24 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 14:11:23 +0000 Subject: [PATCH 2/2] style: Format code with black --- lynxie/commands/e621.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lynxie/commands/e621.py b/lynxie/commands/e621.py index cc14318..5d9a6f5 100644 --- a/lynxie/commands/e621.py +++ b/lynxie/commands/e621.py @@ -1,4 +1,3 @@ - from discord.ext import commands