Remove bare Incomplete annotations in third-party stubs (#11671)

This commit is contained in:
Sebastian Rittau
2024-03-30 18:34:51 -07:00
committed by GitHub
parent 6cb57b5f26
commit 33de88879f
33 changed files with 76 additions and 99 deletions
+1 -1
View File
@@ -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