Merge pull request #14 from qwerrrqw/ruff/redis-TLS-support

ruff
This commit is contained in:
qwerrrqw 2024-11-21 14:14:56 +09:00 committed by GitHub
commit 648a346289
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@
"""Base settings to build other settings files upon."""
from pathlib import Path
{% if cookiecutter.use_celery == 'y' %}
import ssl
{% endif %}