cleaning code for pull
This commit is contained in:
parent
ca65e360aa
commit
2c6cc200a2
1 changed files with 0 additions and 3 deletions
|
|
@ -37,9 +37,6 @@ class GraphStorage(BaseGraphStorage):
|
|||
PASSWORD = os.environ["NEO4J_PASSWORD"]
|
||||
else:
|
||||
raise Exception (f"One or more Neo4J Credentials, {credetial_parts}, not found in the environment")
|
||||
print (f"uri: {URI}")
|
||||
print (f"uri: {USERNAME}")
|
||||
print (f"uri: {PASSWORD}")
|
||||
|
||||
self._driver = GraphDatabase.driver(URI, auth=(USERNAME, PASSWORD))
|
||||
self._node_embed_algorithms = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue