Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 16, 2024
1 parent afef1b1 commit 5f75ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plone/app/discussion/configure.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<configure zcml:condition="installed collective.z3cform.norobots">
<include package="collective.z3cform.norobots" />
</configure>

<include package=".browser" />

<!-- Register the installation GenericSetup extension profile -->
Expand Down
2 changes: 1 addition & 1 deletion plone/app/discussion/vocabularies.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def captcha_vocabulary(context):
SimpleTerm(value="recaptcha", token="recaptcha", title="ReCaptcha")
)

print('HAS_HCAPTCHA', HAS_HCAPTCHA)
print("HAS_HCAPTCHA", HAS_HCAPTCHA)
if HAS_HCAPTCHA: # pragma: no cover
terms.append(SimpleTerm(value="hcaptcha", token="hcaptcha", title="HCaptcha"))

Expand Down

0 comments on commit 5f75ca4

Please sign in to comment.