-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
In https://github.com/neo4j-labs/rdflib-neo4j/blob/master/rdflib_neo4j/Neo4jStore.py?plain=1#L21
Please change
def __init__(self, config: Neo4jStoreConfig, neo4j_driver: Driver = None):
to
def __init__(self, config: Neo4jStoreConfig, neo4j_driver: Driver | None = None):
Metadata
Metadata
Assignees
Labels
No labels