Fixing Uri import error (#636)

This commit is contained in:
cybermaggedon 2026-02-16 19:18:40 +00:00 committed by GitHub
parent 89b69fdb08
commit b2e768c309
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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