Remove outdated comment

This commit is contained in:
Rapptz
2025-08-20 06:53:03 -04:00
parent 59e28af19f
commit 20f4bc40ad
-1
View File
@@ -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