Skip to content

Commit ed726d9

Browse files
committed
typing fix
1 parent df9ebc9 commit ed726d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unstructured_client/_hooks/custom/clean_server_url_hook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from unstructured_client.httpclient import HttpClient
88

99

10-
def clean_server_url(base_url: str) -> str:
10+
def clean_server_url(base_url: str | None) -> str:
1111
"""Fix url scheme and remove subpath for URLs under Unstructured domains."""
1212

1313
if not base_url:

0 commit comments

Comments
 (0)