Skip to content

Commit

Permalink
Register PublicList in all
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Feb 29, 2024
1 parent e02c5c7 commit 47cc782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trakt/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from trakt.utils import slugify

__author__ = 'Jon Nappi'
__all__ = ['User', 'UserList', 'Request', 'follow', 'get_all_requests',
__all__ = ['User', 'UserList', 'PublicList', 'Request', 'follow', 'get_all_requests',
'get_user_settings', 'unfollow']


Expand Down

0 comments on commit 47cc782

Please sign in to comment.