Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Nov 18, 2024
1 parent 113c116 commit ace434c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arango/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def __init__(
request_compression: Optional[RequestCompression] = None,
response_compression: Optional[str] = None,
) -> None:
self._hosts = hosts
self._url_prefixes = [f"{host}/_db/{db_name}" for host in hosts]
self._host_resolver = host_resolver
self._sessions = sessions
Expand All @@ -58,6 +57,7 @@ def __init__(
self._username: Optional[str] = None
self._request_compression = request_compression
self._response_compression = response_compression
self._hosts = hosts

@property
def db_name(self) -> str:
Expand Down

0 comments on commit ace434c

Please sign in to comment.