Skip to content

Commit

Permalink
fix format_lazy typing (#2504)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashm-dev authored Feb 7, 2025
1 parent a9f0ddb commit 008c6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django-stubs/utils/text.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ def unescape_string_literal(s: _StrOrPromiseT) -> _StrOrPromiseT: ...
def slugify(value: _StrOrPromiseT, allow_unicode: bool = False) -> _StrOrPromiseT: ...
def camel_case_to_spaces(value: str) -> str: ...

format_lazy: Callable[..., str]
format_lazy: Callable[..., _StrOrPromise]

0 comments on commit 008c6e6

Please sign in to comment.