There was an error while loading. Please reload this page.
1 parent 69ce8d7 commit 15800b9Copy full SHA for 15800b9
1 file changed
ldclient/impl/datasourcev2/polling.py
@@ -20,7 +20,7 @@
20
IntentCode,
21
PutObject,
22
Selector,
23
- ServerIntent,
+ ServerIntent
24
)
25
from ldclient.impl.http import _http_factory
26
from ldclient.impl.repeating_task import RepeatingTask
@@ -33,7 +33,7 @@
33
_Success,
34
http_error_message,
35
is_http_error_recoverable,
36
- log,
+ log
37
38
39
POLLING_ENDPOINT = "/sdk/poll"
0 commit comments