From 20f4bc40ad5c9b6153062294032564d2f304b39b Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 20 Aug 2025 06:52:44 -0400 Subject: [PATCH] Remove outdated comment --- discord/ui/section.py | 1 - 1 file changed, 1 deletion(-) diff --git a/discord/ui/section.py b/discord/ui/section.py index 5840185c2..a08f9e26b 100644 --- a/discord/ui/section.py +++ b/discord/ui/section.py @@ -241,7 +241,6 @@ class Section(Item[V]): def from_component(cls, component: SectionComponent) -> Self: from .view import _component_to_item - # using MISSING as accessory so we can create the new one with the parent set accessory = _component_to_item(component.accessory, None) self = cls(id=component.id, accessory=accessory) self.id = component.id