Skip to content

Commit

Permalink
Cleanup duplicate slug property
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 18, 2023
1 parent 6f77792 commit 99bf1bb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions trakt/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ def __iter__(self):
"""Iterate over the items in this user list"""
return self._items.__iter__()

@property
def slug(self):
return self._ids.get('slug', None)

@classmethod
@post
def create(cls, name, creator, description=None, privacy='private',
Expand Down

0 comments on commit 99bf1bb

Please sign in to comment.