mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-18 06:19:47 +08:00
A new shade of Black (#11362)
This commit is contained in:
@@ -9,6 +9,7 @@ class AsyncStrategy(BaseStrategy):
|
||||
socket_size: Any
|
||||
def __init__(self, ldap_connection) -> None: ...
|
||||
def run(self) -> None: ...
|
||||
|
||||
sync: bool
|
||||
no_real_dsa: bool
|
||||
pooled: bool
|
||||
|
||||
@@ -60,6 +60,7 @@ class ReusableStrategy(BaseStrategy):
|
||||
worker_lock: Any
|
||||
def __init__(self, connection, request_queue) -> None: ...
|
||||
def new_connection(self) -> None: ...
|
||||
|
||||
sync: bool
|
||||
no_real_dsa: bool
|
||||
pooled: bool
|
||||
|
||||
Reference in New Issue
Block a user