Browse Source

Ruff format

pull/10302/head
Soheab_ 1 month ago
parent
commit
46f5390812
  1. 3
      discord/ui/modal.py

3
discord/ui/modal.py

@ -188,8 +188,7 @@ class Modal(BaseView):
continue
item = find(
lambda i: getattr(i, 'custom_id', None)
== custom_id,
lambda i: getattr(i, 'custom_id', None) == custom_id,
self.walk_children(),
)
if item is None:

Loading…
Cancel
Save