mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
Move NotImplementedType to types.pyi (#14966)
This commit is contained in:
+2
-2
@@ -717,9 +717,9 @@ if sys.version_info >= (3, 10):
|
||||
@final
|
||||
class EllipsisType: ...
|
||||
|
||||
from builtins import _NotImplementedType
|
||||
@final
|
||||
class NotImplementedType(Any): ...
|
||||
|
||||
NotImplementedType = _NotImplementedType
|
||||
@final
|
||||
class UnionType:
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user