Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 574c739

Browse files
author
Andrew Smith
authored
fix: remove unnecessary async to on_auth_state_change (#374)
2 parents abe3e2a + 7548d02 commit 574c739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gotrue/_async/gotrue_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ async def sign_out(self) -> None:
500500
await self._remove_session()
501501
self._notify_all_subscribers("SIGNED_OUT", None)
502502

503-
async def on_auth_state_change(
503+
def on_auth_state_change(
504504
self,
505505
callback: Callable[[AuthChangeEvent, Union[Session, None]], None],
506506
) -> Subscription:

0 commit comments

Comments
 (0)