Fixing Uri import error

This commit is contained in:
Cyber MacGeddon 2026-02-16 19:06:23 +00:00
parent d886358be6
commit 822806172a

View file

@ -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",