Jelajahi Sumber

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

Subhajit Ghosh 1 tahun lalu
induk
melakukan
9ca7a0d6d1
2 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      embedchain/models/__init__.py
  2. 0 0
      embedchain/models/providers.py

+ 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