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 bf7f821 commit e664c38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/connect_neo4j.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
password='neo4j2020'

driver = GraphDatabase.driver(uri, auth=(user, password))


print('done)

0 comments on commit e664c38

Please sign in to comment.