Skip to content

Commit 6c323e7

Browse files
Fix type
1 parent 3b6b2aa commit 6c323e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workos/sso.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def update_connection(
174174
connection_id: str,
175175
saml_options_signing_key: Optional[str] = None,
176176
saml_options_signing_cert: Optional[str] = None,
177-
) -> SyncOrAsync[None]:
177+
) -> SyncOrAsync[ConnectionWithDomains]:
178178
"""Updates a single connection
179179
180180
Args:

0 commit comments

Comments
 (0)