Skip to content
Prev Previous commit
Next Next commit
run black
  • Loading branch information
aMahanna committed Nov 24, 2023
commit 624dc25e444341d52a7c88cc4fa50b0e43146586
2 changes: 1 addition & 1 deletion arango/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__(
pool_connections: int = DEFAULT_POOLSIZE,
pool_maxsize: int = DEFAULT_POOLSIZE,
pool_timeout: Union[int, float, None] = None,
**kwargs: Any
**kwargs: Any,
) -> None:
self._connection_timeout = connection_timeout
self._pool_timeout = pool_timeout
Expand Down