Skip to content

Commit

Permalink
Rename CustomAppConfig to be snake_case (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
KapilM26 authored Sep 26, 2023
1 parent dcb940b commit 4c5c99e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedchain/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .AddConfig import AddConfig, ChunkerConfig
from .apps.app_config import AppConfig
from .apps.CustomAppConfig import CustomAppConfig
from .apps.custom_app_config import CustomAppConfig
from .apps.OpenSourceAppConfig import OpenSourceAppConfig
from .BaseConfig import BaseConfig
from .embedder.BaseEmbedderConfig import BaseEmbedderConfig
Expand Down
File renamed without changes.

0 comments on commit 4c5c99e

Please sign in to comment.