From efb4c8cf18af742245c74f04aa35d9d7306cd335 Mon Sep 17 00:00:00 2001 From: Soheab_ <33902984+Soheab@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:32:10 +0200 Subject: [PATCH] ruff format --- discord/role.py | 1 - 1 file changed, 1 deletion(-) diff --git a/discord/role.py b/discord/role.py index 0aea5f0d2..8dfd1eeec 100644 --- a/discord/role.py +++ b/discord/role.py @@ -296,7 +296,6 @@ class Role(Hashable): except KeyError: self.tags = None - def is_default(self) -> bool: """:class:`bool`: Checks if the role is the default role.""" return self.guild.id == self.id