Skip to content

Commit 008c6e6

Browse files
authored
fix format_lazy typing (#2504)
1 parent a9f0ddb commit 008c6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django-stubs/utils/text.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ def unescape_string_literal(s: _StrOrPromiseT) -> _StrOrPromiseT: ...
5959
def slugify(value: _StrOrPromiseT, allow_unicode: bool = False) -> _StrOrPromiseT: ...
6060
def camel_case_to_spaces(value: str) -> str: ...
6161

62-
format_lazy: Callable[..., str]
62+
format_lazy: Callable[..., _StrOrPromise]

0 commit comments

Comments
 (0)