mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
Add missing future annotations import
This commit is contained in:
parent
1efdef3ac3
commit
d58edd10a7
@ -22,6 +22,8 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|||||||
DEALINGS IN THE SOFTWARE.
|
DEALINGS IN THE SOFTWARE.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
from __future__ import annotations
|
||||||
|
|
||||||
from typing import Any, Optional, TYPE_CHECKING, overload
|
from typing import Any, Optional, TYPE_CHECKING, overload
|
||||||
from .utils import parse_time, _get_as_snowflake, _bytes_to_base64_data
|
from .utils import parse_time, _get_as_snowflake, _bytes_to_base64_data
|
||||||
from .enums import VoiceRegion
|
from .enums import VoiceRegion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user