Skip to content

fix: indentation error in AnthropicProvider._query()#6463

Open
raghavgargUC wants to merge 1 commit into
keephq:mainfrom
raghavgargUC:fix/anthropic-provider-indentation
Open

fix: indentation error in AnthropicProvider._query()#6463
raghavgargUC wants to merge 1 commit into
keephq:mainfrom
raghavgargUC:fix/anthropic-provider-indentation

Conversation

@raghavgargUC
Copy link
Copy Markdown

@raghavgargUC raghavgargUC commented May 12, 2026

Fix 6-space indent on client = Anthropic(...) line that caused an IndentationError at import time, making the provider unusable.

Closes #

📑 Description

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

ℹ Additional Information

Fix 6-space indent on `client = Anthropic(...)` line that caused
an IndentationError at import time, making the provider unusable.

Co-authored-by: Cursor <cursoragent@cursor.com>
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented May 12, 2026

CLA assistant check
All committers have signed the CLA.

@github-actions
Copy link
Copy Markdown
Contributor

No linked issues found. Please add the corresponding issues in the pull request description.
Use GitHub automation to close the issue when a PR is merged

@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label May 12, 2026
@dosubot dosubot Bot added Bug Something isn't working Provider Providers related issues labels May 12, 2026
@raghavgargUC raghavgargUC changed the title Fix: indentation error in AnthropicProvider._query() fix: indentation error in AnthropicProvider._query() May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working Provider Providers related issues size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants