Skip to content

Commit 37b2af4

Browse files
committed
feat: add strict type checking configuration for basedpyright
1 parent 9118c0c commit 37b2af4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

discord/ui/core.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2222
DEALINGS IN THE SOFTWARE.
2323
"""
24-
2524
from __future__ import annotations
2625

2726
import asyncio
@@ -45,9 +44,6 @@ class ComponentLimits:
4544
# Button constraints
4645
BUTTON_LABEL_MAX = 80
4746

48-
# Container constraints
49-
CONTAINER_CHILDREN_MAX = None # No limit
50-
5147
# MediaGallery constraints
5248
MEDIA_GALLERY_ITEMS_MIN = 1
5349
MEDIA_GALLERY_ITEMS_MAX = 10

0 commit comments

Comments
 (0)