Skip to content

Commit 26db00e

Browse files
committed
Format
1 parent a14f2ad commit 26db00e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

workos/user_management.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,7 @@ def _authenticate_with(
418418
self,
419419
payload: AuthenticateWithParameters,
420420
response_model: Type[AuthenticationResponseType],
421-
) -> SyncOrAsync[AuthenticationResponseType]:
422-
...
421+
) -> SyncOrAsync[AuthenticationResponseType]: ...
423422

424423
def authenticate_with_password(
425424
self,

0 commit comments

Comments
 (0)