Skip to content

Commit 283ef74

Browse files
authored
Merge pull request #115 from anxdpanic/pr_isengard
search endpoint fixup
2 parents 81e85da + 97610a7 commit 283ef74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/lib/twitch/api/helix/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@
1010
See LICENSES/GPL-3.0-only for more information.
1111
"""
1212

13-
__all__ = ['analytics', 'bits', 'clips', 'entitlements', 'games', 'streams',
13+
__all__ = ['analytics', 'bits', 'clips', 'entitlements', 'games', 'search', 'streams',
1414
'subscriptions', 'tags', 'users', 'videos', 'webhooks']
1515

1616
from . import analytics # NOQA
1717
from . import bits # NOQA
1818
from . import clips # NOQA
1919
from . import entitlements # NOQA
2020
from . import games # NOQA
21+
from . import search # NOQA
2122
from . import streams # NOQA
2223
from . import subscriptions # NOQA
2324
from . import tags # NOQA

0 commit comments

Comments
 (0)