Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit cdb7e25

Browse files
committed
fixup! Add some more type annotations to clients.py
1 parent 9156c4c commit cdb7e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cr8/clients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ class HttpClient:
319319
def __init__(self,
320320
hosts: List[str],
321321
conn_pool_limit=25,
322-
session_settings: Optional[Dict[str, Any]]=None):
322+
session_settings: Optional[Dict[str, Any]] = None):
323323
self.hosts = hosts
324324
self.urls = itertools.cycle(list(map(_append_sql, hosts)))
325325
self.conn_pool_limit = conn_pool_limit

0 commit comments

Comments
 (0)