We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12d9f0 commit a6eb663Copy full SHA for a6eb663
1 file changed
xbox/webapi/common/ratelimits/__init__.py
@@ -97,7 +97,7 @@ def __set_reset_after(self):
97
)
98
99
100
-class CombinedRateLimit:
+class CombinedRateLimit(RateLimit):
101
def __init__(self, *parsed_limits: ParsedRateLimit, type: LimitType):
102
# *parsed_limits is a tuple
103
0 commit comments