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

This commit is contained in:
Subhajit Ghosh
2023-09-27 10:31:08 +05:30
committed by GitHub
parent 7d5bfd8c9f
commit 9ca7a0d6d1
2 changed files with 1 additions and 1 deletions

View File

@@ -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