Skip to content

Commit

Permalink
chore: fixes linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ymshenyu committed Dec 9, 2024
1 parent e010fca commit ed1f849
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion api/core/tools/provider/builtin/azurespeech/azurespeech.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from calendar import c
from typing import Any

from core.tools.errors import ToolProviderCredentialValidationError
Expand Down
2 changes: 1 addition & 1 deletion api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ zhipuai = "~2.1.5"
# Related transparent dependencies with pinned version
# required by main implementations
############################################################
azure-cognitiveservices-speech = "^1.41.1"
azure-cognitiveservices-speech = "~1.41.1"
[tool.poetry.group.indirect.dependencies]
kaleido = "0.2.1"
rank-bm25 = "~0.2.2"
Expand Down

0 comments on commit ed1f849

Please sign in to comment.