Browse Source

run black

pull/10166/head
DA-344 2 months ago
parent
commit
5dddf65c4b
  1. 4
      discord/ui/section.py

4
discord/ui/section.py

@ -205,8 +205,8 @@ class Section(Item[V]):
data = {
'type': self.type.value,
'components': [
c.to_component_dict() for c in
sorted(
c.to_component_dict()
for c in sorted(
self._children,
key=lambda i: i._rendered_row or 0,
)

Loading…
Cancel
Save