Skip to content

Commit

Permalink
revert ace434c
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Nov 19, 2024
1 parent ace434c commit 26e482a
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,6 +47,7 @@ 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 @@ -57,7 +58,6 @@ 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 26e482a

Please sign in to comment.