Skip to content

Commit a6eb663

Browse files
committed
Set RateLimit as parent class of CombinedRateLimit
1 parent f12d9f0 commit a6eb663

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xbox/webapi/common/ratelimits/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def __set_reset_after(self):
9797
)
9898

9999

100-
class CombinedRateLimit:
100+
class CombinedRateLimit(RateLimit):
101101
def __init__(self, *parsed_limits: ParsedRateLimit, type: LimitType):
102102
# *parsed_limits is a tuple
103103

0 commit comments

Comments
 (0)