Skip to content

Commit ce3094c

Browse files
authored
Remove typing._promote (#14958)
Part of #7580
1 parent f5d7efa commit ce3094c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stdlib/typing.pyi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,6 @@ class TypeVar:
222222
@property
223223
def evaluate_default(self) -> EvaluateFunc | None: ...
224224

225-
# Used for an undocumented mypy feature. Does not exist at runtime.
226-
# Obsolete, use _typeshed._type_checker_internals.promote instead.
227-
_promote = object()
228-
229225
# N.B. Keep this definition in sync with typing_extensions._SpecialForm
230226
@final
231227
class _SpecialForm(_Final):

0 commit comments

Comments
 (0)