From 38b72da47988fe57491c4f7462c9a2c8eb5adc24 Mon Sep 17 00:00:00 2001 From: Soheab_ <33902984+Soheab@users.noreply.github.com> Date: Sat, 17 May 2025 00:22:19 +0200 Subject: [PATCH] Remove unused imports --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/client.py b/discord/client.py index 8d0a4881d..be5fb1736 100644 --- a/discord/client.py +++ b/discord/client.py @@ -83,7 +83,7 @@ from .soundboard import SoundboardDefaultSound, SoundboardSound if TYPE_CHECKING: from types import TracebackType - from typing_extensions import Self, NotRequired, Unpack, Required + from typing_extensions import Self, NotRequired, Unpack from .abc import Messageable, PrivateChannel, Snowflake, SnowflakeTime from .app_commands import Command, ContextMenu