Skip to content

Commit

Permalink
Update connect_neo4j.py
Browse files Browse the repository at this point in the history
  • Loading branch information
benstear authored Nov 20, 2023
1 parent 3e08604 commit 9ac8bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/connect_neo4j.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
driver = GraphDatabase.driver(uri, auth=(user, password))


print('done)
print('done')

0 comments on commit 9ac8bdf

Please sign in to comment.