Skip to content

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

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

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

Conversation

@ykd007
Copy link
Copy Markdown

@ykd007 ykd007 commented May 13, 2026

Fixes #6462

The client = Anthropic(...) line in _query() had 6 spaces of indentation instead of 8, causing an IndentationError on module import.

Changed 6-space indent to 8-space to match the method body.

Line 93 had 6 spaces of indentation instead of 8, causing an
IndentationError when the module was imported. Fixed to match
the standard method body indentation.
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. Bug Something isn't working labels May 13, 2026
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@ykd007
Copy link
Copy Markdown
Author

ykd007 commented May 13, 2026

I have read the CLA Document and I hereby sign the CLA

@ykd007 ykd007 changed the title Fix indentation error in AnthropicProvider._query() fix: indentation error in AnthropicProvider._query() May 13, 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 size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[🐛 Bug]: Indentation error in AnthropicProvider._query()

2 participants