mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
Use consistent definition of NotImplementedType (#14971)
This commit is contained in:
+1
-2
@@ -2044,8 +2044,7 @@ else:
|
||||
|
||||
@final
|
||||
@type_check_only
|
||||
class _NotImplementedType(Any):
|
||||
__call__: None
|
||||
class _NotImplementedType(Any): ...
|
||||
|
||||
NotImplemented: _NotImplementedType
|
||||
|
||||
|
||||
Reference in New Issue
Block a user