You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This removes the leading underscore for both of these types since they
will be needed by the users when typing "StrPromise" related things.
Since the type is stub only, it needs to be imported conditionally:
```
from typing import TYPE_CHECKING
if TYPE_CHECKING:
from django.utils.functional import StrPromise
```
Signed-off-by: Zixuan James Li <[email protected]>
0 commit comments