Skip to content

Commit

Permalink
black formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cw00dw0rd committed Apr 13, 2022
1 parent daf384e commit 4ff5c4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arango/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
)
from arango.version import version


class ArangoClient:
"""ArangoDB client.
Expand Down Expand Up @@ -77,7 +78,7 @@ def __init__(
self._serializer = serializer
self._deserializer = deserializer
self._sessions = [self._http.create_session(h) for h in self._hosts]

# set flag for SSL/TLS certificate verification
for session in self._sessions:
session.verify = verify_certificate
Expand Down

0 comments on commit 4ff5c4d

Please sign in to comment.