Skip to content

Commit 0c93267

Browse files
committed
type error?
1 parent bd8d0a9 commit 0c93267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_test_unstructured_client/unit/test_server_urls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ class URLTestCase:
5656
description: str
5757
sdk_endpoint_name: str
5858
# url when you init the client (global for all endpoints)
59-
client_url: str | None
59+
client_url: str | None = None
6060
# url when you init the SDK endpoint (vary per endpoint)
61-
endpoint_url: str | None
61+
endpoint_url: str | None = None
6262
# expected url when actually making the HTTP request in build_request
6363
expected_url: str
6464

0 commit comments

Comments
 (0)