Skip to content

Commit 624dc25

Browse files
committed
run black
1 parent e83f83a commit 624dc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arango/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def __init__(
100100
pool_connections: int = DEFAULT_POOLSIZE,
101101
pool_maxsize: int = DEFAULT_POOLSIZE,
102102
pool_timeout: Union[int, float, None] = None,
103-
**kwargs: Any
103+
**kwargs: Any,
104104
) -> None:
105105
self._connection_timeout = connection_timeout
106106
self._pool_timeout = pool_timeout

0 commit comments

Comments
 (0)