We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb29e3c commit 14fe917Copy full SHA for 14fe917
tests/http/test_guild.py
@@ -21,6 +21,8 @@
21
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22
DEALINGS IN THE SOFTWARE.
23
"""
24
+from __future__ import annotations
25
+
26
from random import choice, randint, randrange, sample
27
from typing import get_args
28
0 commit comments