Skip to content

Commit 15800b9

Browse files
committed
no trailing comma I guess
1 parent 69ce8d7 commit 15800b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ldclient/impl/datasourcev2/polling.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
IntentCode,
2121
PutObject,
2222
Selector,
23-
ServerIntent,
23+
ServerIntent
2424
)
2525
from ldclient.impl.http import _http_factory
2626
from ldclient.impl.repeating_task import RepeatingTask
@@ -33,7 +33,7 @@
3333
_Success,
3434
http_error_message,
3535
is_http_error_recoverable,
36-
log,
36+
log
3737
)
3838

3939
POLLING_ENDPOINT = "/sdk/poll"

0 commit comments

Comments
 (0)