Update neo4j_impl.py

This commit is contained in:
Saifeddine ALOUI 2025-01-27 09:36:10 +01:00 committed by GitHub
parent 7a5d058a57
commit 3fdeeff8ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,9 @@ import inspect
import os
from dataclasses import dataclass
from typing import Any, Union, Tuple, List, Dict
import pipmaster as pm
if not pm.is_installed("neo4j"):
pm.install("neo4j")
from neo4j import (
AsyncGraphDatabase,