We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a2d7f commit 2355c1bCopy full SHA for 2355c1b
docs/overview.rst
@@ -42,6 +42,7 @@ Here is an example showing how **python-arango-async** client can be used:
42
You may also use the client without a context manager, but you must ensure to close the client when done:
43
44
.. code-block:: python
45
+
46
from arangoasync import ArangoClient
47
from arangoasync.auth import Auth
48
0 commit comments