Skip to content

Commit 3344f9f

Browse files
committed
Fixed import bug in __main__
1 parent bba8d48 commit 3344f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo4j/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
from .util import Watcher
3030
from .v1 import GraphDatabase
31-
from neo4j.v1.exceptions import CypherError
31+
from neo4j.exceptions import CypherError
3232

3333

3434
def main():

0 commit comments

Comments
 (0)