mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 00:46:22 +02:00
PDF loader symbol error fixed (#183)
This commit is contained in:
parent
c52b70c286
commit
cf564ed147
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ import uuid
|
|||
from trustgraph.schema import Document, document_ingest_queue
|
||||
from trustgraph.schema import Metadata, Triple, Value
|
||||
from trustgraph.log_level import LogLevel
|
||||
from trustgraph.knowledge import hash, to_uri
|
||||
from trustgraph.knowledge import hash, to_uri, Uri
|
||||
from trustgraph.knowledge import PREF_PUBEV, PREF_DOC, PREF_ORG
|
||||
from trustgraph.knowledge import Organization, PublicationEvent
|
||||
from trustgraph.knowledge import DigitalDocument
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue