Skip to content

Commit 82ceeb5

Browse files
committed
clarify types
1 parent d59fea9 commit 82ceeb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/integrations/launch_darkly/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ class LaunchDarklyAPIError(Exception):
88
class LaunchDarklyRateLimitError(LaunchDarklyAPIError):
99
"""Exception raised when the LaunchDarkly API rate limit is exceeded."""
1010

11-
def __init__(self, retry_at: datetime | None = None):
11+
def __init__(self, retry_at: datetime):
1212
super().__init__()
1313
self.retry_at = retry_at

0 commit comments

Comments
 (0)