From 624dc25e444341d52a7c88cc4fa50b0e43146586 Mon Sep 17 00:00:00 2001 From: Anthony Mahanna Date: Fri, 24 Nov 2023 09:07:43 -0500 Subject: [PATCH] run `black` --- arango/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arango/http.py b/arango/http.py index b05182d4..c5eb0acd 100644 --- a/arango/http.py +++ b/arango/http.py @@ -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