Prechádzať zdrojové kódy

Rename models/Providers.py to follow snake case convention (#707)

Subhajit Ghosh 1 rok pred
rodič
commit
9ca7a0d6d1

+ 1 - 1
embedchain/models/__init__.py

@@ -1,4 +1,4 @@
 from .EmbeddingFunctions import EmbeddingFunctions  # noqa: F401
-from .Providers import Providers  # noqa: F401
+from .providers import Providers  # noqa: F401
 from .vector_databases import VectorDatabases  # noqa: F401
 from .vector_dimensions import VectorDimensions  # noqa: F401

embedchain/models/Providers.py → embedchain/models/providers.py