mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-29 00:49:29 -04:00
disallow-untyped-defs in docker
and stubs
directories (#12528)
This commit is contained in:
parent
185da8f0f2
commit
8bac3e0435
7 changed files with 52 additions and 38 deletions
|
@ -103,7 +103,7 @@ class SortedDict(Dict[_KT, _VT]):
|
|||
self,
|
||||
start: Optional[int] = ...,
|
||||
stop: Optional[int] = ...,
|
||||
reverse=bool,
|
||||
reverse: bool = ...,
|
||||
) -> Iterator[_KT]: ...
|
||||
def bisect_left(self, value: _KT) -> int: ...
|
||||
def bisect_right(self, value: _KT) -> int: ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue