Use consistent definition of NotImplementedType (#14971)

This commit is contained in:
Shantanu
2025-11-02 23:51:14 -08:00
committed by GitHub
parent 9fecaca45b
commit f5d7efa8bf
+1 -2
View File
@@ -2044,8 +2044,7 @@ else:
@final
@type_check_only
class _NotImplementedType(Any):
__call__: None
class _NotImplementedType(Any): ...
NotImplemented: _NotImplementedType