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 4cb93e3 commit f182889Copy full SHA for f182889
neo4j/v1/session.py
@@ -32,7 +32,7 @@ class which can be used to obtain `Driver` instances that are used for
32
33
from .compat import integer, string, urlparse
34
from .connection import connect, Response, RUN, PULL_ALL
35
-from .exceptions import CypherError, ResultError
+from .exceptions import CypherError, ResultError
36
from .typesystem import hydrated
37
38
0 commit comments