Reformat using black
This commit is contained in:
parent
efee4ad081
commit
a87fb49918
221 changed files with 19127 additions and 7310 deletions
|
@ -6,6 +6,7 @@ except ImportError:
|
|||
ReCaptchaWidget = None
|
||||
else:
|
||||
from django.conf import settings
|
||||
if not hasattr(settings, 'RECAPTCHA_PRIVATE_KEY'):
|
||||
|
||||
if not hasattr(settings, "RECAPTCHA_PRIVATE_KEY"):
|
||||
ReCaptchaField = None
|
||||
ReCaptchaWidget = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue