We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59fea9 commit 82ceeb5Copy full SHA for 82ceeb5
1 file changed
api/integrations/launch_darkly/exceptions.py
@@ -8,6 +8,6 @@ class LaunchDarklyAPIError(Exception):
8
class LaunchDarklyRateLimitError(LaunchDarklyAPIError):
9
"""Exception raised when the LaunchDarkly API rate limit is exceeded."""
10
11
- def __init__(self, retry_at: datetime | None = None):
+ def __init__(self, retry_at: datetime):
12
super().__init__()
13
self.retry_at = retry_at
0 commit comments