浏览代码

Rename 'PersonApp.py' to 'person_app.py' (#752)

Prikshit 1 年之前
父节点
当前提交
ed02aebf9a
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      embedchain/__init__.py
  2. 0 0
      embedchain/apps/person_app.py

+ 1 - 1
embedchain/__init__.py

@@ -6,6 +6,6 @@ from embedchain.apps.app import App  # noqa: F401
 from embedchain.apps.custom_app import CustomApp  # noqa: F401
 from embedchain.apps.Llama2App import Llama2App  # noqa: F401
 from embedchain.apps.open_source_app import OpenSourceApp  # noqa: F401
-from embedchain.apps.PersonApp import (PersonApp,  # noqa: F401
+from embedchain.apps.person_app import (PersonApp,  # noqa: F401
                                        PersonOpenSourceApp)
 from embedchain.vectordb.chroma import ChromaDB  # noqa: F401

embedchain/apps/PersonApp.py → embedchain/apps/person_app.py