cleaning code for pull

This commit is contained in:
Ken Wiltshire
2024-11-01 16:13:39 -04:00
parent f375620992
commit 8547dd4941

View File

@@ -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 = {