Skip to content

Commit 274de19

Browse files
committed
remove extra imports
1 parent f2e646e commit 274de19

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/http/test_send.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,12 @@
4646
)
4747
from discord.ext.testing.helpers import (
4848
powerset,
49-
random_allowed_mentions,
5049
random_amount,
5150
random_dict,
52-
random_embed,
5351
random_file,
5452
random_message_reference,
55-
random_sticker,
5653
)
57-
from discord.types import components, embed, message, sticker
54+
from discord.types import message
5855

5956
from ..core import client
6057

0 commit comments

Comments
 (0)