Renamed apps/CustomApp.py to follow snake case convention (#678)

This commit is contained in:
Subhajit Ghosh
2023-09-27 04:59:46 +05:30
committed by GitHub
parent b8a838aee1
commit 4eb2c0e123
3 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
from typing import Optional
from embedchain.apps.CustomApp import CustomApp
from embedchain.apps.custom_app import CustomApp
from embedchain.config import CustomAppConfig
from embedchain.embedder.openai import OpenAiEmbedder
from embedchain.helper.json_serializable import register_deserializable