Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jan 6, 2025
1 parent a898527 commit 02192a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/click/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2932,7 +2932,7 @@ def prompt_for_value(self, ctx: Context) -> t.Any:
if isinstance(self.show_default, bool):
prompt_kwargs["show_default"] = self.show_default
elif isinstance(self.show_default, str):
default=show_default
default = show_default

return prompt(
self.prompt,
Expand Down

0 comments on commit 02192a0

Please sign in to comment.