Skip to content

Commit 2dcb254

Browse files
committed
clean up
1 parent db09a88 commit 2dcb254

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

resources/lib/twitch/api/v5/bits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
@query
10-
def cheermotes(channel_id=None):
10+
def get_cheermotes(channel_id=None):
1111
q = Qry('bits/actions')
1212
q.add_param(keys.CHANNEL_ID, channel_id, None)
1313
return q

resources/lib/twitch/api/v5/channel_feed.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# -*- encoding: utf-8 -*-
22
# https://dev.twitch.tv/docs/v5/reference/channel-feed/
33

4-
from twitch import keys
4+
from twitch import keys, methods
55
from twitch.api.parameters import Boolean, Cursor
6-
from twitch import methods
76
from twitch.queries import V5Query as Qry
87
from twitch.queries import query
98

0 commit comments

Comments
 (0)