8000 black formatting fix · arangodb/python-arango@4ff5c4d · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ff5c4d

Browse files
committed
black formatting fix
1 parent daf384e commit 4ff5c4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arango/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
)
2121
from arango.version import version
2222

23+
2324
class ArangoClient:
2425
"""ArangoDB client.
2526
@@ -77,7 +78,7 @@ def __init__(
7778
self._serializer = serializer
7879
self._deserializer = deserializer
7980
self._sessions = [self._http.create_session(h) for h in self._hosts]
80-
81+
8182
# set flag for SSL/TLS certificate verification
8283
for session in self._sessions:
8384
session.verify = verify_certificate

0 commit comments

Comments
 (0)
0