Skip to content

Commit

Permalink
fix broken type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Sep 26, 2023
1 parent f6abbbe commit 99a2a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reactpy_django/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def use_user() -> AbstractUser:
def use_user_data(
default_data: None
| dict[str, Callable[[], Any] | Callable[[], Awaitable[Any]] | Any] = None,
) -> UserData[dict]:
) -> UserData:
from reactpy_django.models import UserDataModel

user = use_user()
Expand Down

0 comments on commit 99a2a6d

Please sign in to comment.