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 bba8d48 commit 3344f9fCopy full SHA for 3344f9f
neo4j/__main__.py
@@ -28,7 +28,7 @@
28
29
from .util import Watcher
30
from .v1 import GraphDatabase
31
-from neo4j.v1.exceptions import CypherError
+from neo4j.exceptions import CypherError
32
33
34
def main():
0 commit comments