Skip to content

Commit

Permalink
Merge pull request #1725 from glensc/py-3.8-fix-1723
Browse files Browse the repository at this point in the history
Revert "Add implicit typing for TraktRatingCollection"
  • Loading branch information
glensc authored Jan 11, 2024
2 parents 19a9593 + c03f9ac commit b55a54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plextraktsync/trakt/TraktRatingCollection.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from plextraktsync.trakt.TraktApi import TraktApi


class TraktRatingCollection(dict[str, dict[int, int]]):
class TraktRatingCollection(dict):
"""
A dictionary of:
["movies", "shows", "episodes"] => {
Expand Down

0 comments on commit b55a54e

Please sign in to comment.