Renamed config/apps/OpenSourceAppConfig.py to follow snake case convention (#701)

This commit is contained in:
Subhajit Ghosh
2023-09-27 09:37:31 +05:30
committed by GitHub
parent 4eb2c0e123
commit 3999f2a373
2 changed files with 1 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
from .AddConfig import AddConfig, ChunkerConfig
from .apps.app_config import AppConfig
from .apps.custom_app_config import CustomAppConfig
from .apps.OpenSourceAppConfig import OpenSourceAppConfig
from .apps.open_source_app_config import OpenSourceAppConfig
from .BaseConfig import BaseConfig
from .embedder.BaseEmbedderConfig import BaseEmbedderConfig
from .embedder.BaseEmbedderConfig import BaseEmbedderConfig as EmbedderConfig