We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434fe2f commit 8c0fae0Copy full SHA for 8c0fae0
tests/test_http_client_retry.py
@@ -4,7 +4,7 @@
4
5
from workos.utils._base_http_client import RetryConfig
6
from workos.utils.http_client import AsyncHTTPClient, SyncHTTPClient
7
-from workos.exceptions import ServerException, BadRequestException
+from workos.exceptions import ServerException
8
9
10
class TestSyncRetryLogic:
0 commit comments