Skip to content

Commit

Permalink
Satisfy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazzzny committed Dec 31, 2024
1 parent aa29e2c commit 72532fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion judge/utils/captcha.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
elif not hasattr(settings, 'HCAPTCHA_SECRET') and hCaptchaField is not None:
hCaptchaField = None

CaptchaField = ReCaptchaField or hCaptchaField
CaptchaField = ReCaptchaField or hCaptchaField
2 changes: 1 addition & 1 deletion judge/views/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
from sortedm2m.forms import SortedMultipleChoiceField

from judge.models import Language, Organization, Profile, TIMEZONE
from judge.utils.mail import validate_email_domain
from judge.utils.captcha import CaptchaField, ReCaptchaWidget
from judge.utils.mail import validate_email_domain
from judge.utils.subscription import Subscription, newsletter_id
from judge.widgets import Select2MultipleWidget, Select2Widget

Expand Down

0 comments on commit 72532fe

Please sign in to comment.