Skip to content

Commit 9c1a5b9

Browse files
authored
Merge pull request #269 from technige/1.7-cli-fix
[1.7.1] Fixed import for CLI usage
2 parents dde86a9 + 68d76fa commit 9c1a5b9

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
@@ -26,7 +26,7 @@
2626
from json import loads as json_loads
2727
from sys import stdout, stderr
2828

29-
from neobolt.util import Watcher
29+
from neobolt.diagnostics import Watcher
3030

3131
from neo4j import GraphDatabase
3232
from neo4j.exceptions import CypherError

0 commit comments

Comments
 (0)