Jakub Kuczys
2 months ago
No known key found for this signature in database
GPG Key ID: 9F02686F15FCBCD3
3 changed files with
0 additions and
3 deletions
-
discord/member.py
-
discord/ui/button.py
-
discord/ui/select.py
|
|
|
@ -25,7 +25,6 @@ DEALINGS IN THE SOFTWARE. |
|
|
|
from __future__ import annotations |
|
|
|
|
|
|
|
import datetime |
|
|
|
import inspect |
|
|
|
import itertools |
|
|
|
from operator import attrgetter |
|
|
|
from typing import Any, Awaitable, Callable, Collection, Dict, List, Optional, TYPE_CHECKING, Tuple, TypeVar, Union |
|
|
|
|
|
|
|
@ -26,7 +26,6 @@ from __future__ import annotations |
|
|
|
|
|
|
|
import copy |
|
|
|
from typing import Callable, Literal, Optional, TYPE_CHECKING, Tuple, TypeVar, Union |
|
|
|
import inspect |
|
|
|
import os |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -40,7 +40,6 @@ from typing import ( |
|
|
|
) |
|
|
|
from contextvars import ContextVar |
|
|
|
import copy |
|
|
|
import inspect |
|
|
|
import os |
|
|
|
|
|
|
|
from .item import Item, ContainedItemCallbackType as ItemCallbackType, _ItemCallback |
|
|
|
|