mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Fixing Uri import error (#636)
This commit is contained in:
parent
89b69fdb08
commit
b2e768c309
1 changed files with 4 additions and 0 deletions
|
|
@ -73,6 +73,8 @@ from .async_metrics import AsyncMetrics
|
|||
# Types
|
||||
from .types import (
|
||||
Triple,
|
||||
Uri,
|
||||
Literal,
|
||||
ConfigKey,
|
||||
ConfigValue,
|
||||
DocumentMetadata,
|
||||
|
|
@ -133,6 +135,8 @@ __all__ = [
|
|||
|
||||
# Types
|
||||
"Triple",
|
||||
"Uri",
|
||||
"Literal",
|
||||
"ConfigKey",
|
||||
"ConfigValue",
|
||||
"DocumentMetadata",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue