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