fix: resolve CI linting and type errors
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
|
"""Prompt registry modules."""
|
||||||
|
|
||||||
from .local import LocalRegistry
|
from .local import LocalRegistry
|
||||||
from .remote import RemoteRegistry
|
from .remote import RemoteRegistry
|
||||||
from .models import RegistryEntry, SearchResult
|
from .models import RegistryEntry, RegistrySearchResult
|
||||||
|
|
||||||
__all__ = ["LocalRegistry", "RemoteRegistry", "RegistryEntry", "SearchResult"]
|
__all__ = [
|
||||||
|
"LocalRegistry",
|
||||||
|
"RemoteRegistry",
|
||||||
|
"RegistryEntry",
|
||||||
|
"RegistrySearchResult",
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user