diff --git a/embedchain/__init__.py b/embedchain/__init__.py index 2ae5c9f6..e0891bdb 100644 --- a/embedchain/__init__.py +++ b/embedchain/__init__.py @@ -6,7 +6,5 @@ from embedchain.apps.App import App # noqa: F401 from embedchain.apps.CustomApp import CustomApp # noqa: F401 from embedchain.apps.Llama2App import Llama2App # noqa: F401 from embedchain.apps.OpenSourceApp import OpenSourceApp # noqa: F401 -from embedchain.apps.PersonApp import (PersonApp, # noqa: F401 - PersonOpenSourceApp) +from embedchain.apps.PersonApp import PersonApp, PersonOpenSourceApp # noqa: F401 from embedchain.vectordb.chroma_db import ChromaDB # noqa: F401 -from embedchain.vectordb.elasticsearch_db import ElasticsearchDB # noqa: F401