mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-10 18:02:29 +08:00
Remove bare Incomplete annotations in third-party stubs (#11671)
This commit is contained in:
@@ -83,7 +83,7 @@ class _CDataBase:
|
||||
def __ne__(self, other): ...
|
||||
def __radd__(self, other): ...
|
||||
def __rsub__(self, other): ...
|
||||
def __setitem__(self, index: SupportsIndex | slice, object: Incomplete) -> None: ...
|
||||
def __setitem__(self, index: SupportsIndex | slice, object) -> None: ...
|
||||
def __sub__(self, other): ...
|
||||
|
||||
@final
|
||||
|
||||
Reference in New Issue
Block a user