A new shade of Black (#11362)

This commit is contained in:
Alex Waygood
2024-02-05 00:38:55 +00:00
committed by GitHub
parent 7a6a749449
commit c49c84f319
76 changed files with 190 additions and 106 deletions
@@ -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
+1
View File
@@ -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