Skip to content

Commit 80ce80b

Browse files
authored
chore: fix DAVError
1 parent a3d231a commit 80ce80b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

caldav/lib/error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class ResponseError(DAVError):
133133
pass
134134

135135

136-
class RateLimitError(CaldavError):
136+
class RateLimitError(DAVError):
137137
"""Returns in case 429 Too Many Requests or 503 Service Unavailable w Retry-After."""
138138

139139
def __init__(self, msg, retry_after=None, retry_after_seconds=None):

0 commit comments

Comments
 (0)