Fix neo4j schema - incompatible with extractors (#135)

- Fixed schema invocation on Neo4j writer
- Fixed confusing typo name in cassandra template
- Unnecessary import on Cassandra removed
This commit is contained in:
cybermaggedon 2024-11-02 10:51:26 +00:00 committed by GitHub
parent 614e49997d
commit 8a2126bba5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ import argparse
import time
from .... direct.cassandra import TrustGraph
from .... schema import Triple, Triples
from .... schema import Triples
from .... schema import triples_store_queue
from .... log_level import LogLevel
from .... base import Consumer