We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df55955 commit 66d6e47Copy full SHA for 66d6e47
1 file changed
resources/lib/twitch/api/v5/collections.py
@@ -1,11 +1,10 @@
1
# -*- encoding: utf-8 -*-
2
# https://dev.twitch.tv/docs/v5/reference/collections/
3
4
-from twitch import keys
+from twitch import keys, methods
5
from twitch.queries import V5Query as Qry
6
from twitch.queries import query
7
from twitch.api.parameters import Boolean, Cursor
8
-from twitch import methods
9
10
11
@query
0 commit comments