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

test
This commit is contained in:
qwerrrqw 2024-11-16 03:30:02 +09:00 committed by GitHub
commit 2b02cd2be5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,9 @@
# ruff: noqa: E501
import ssl
import logging # 표준 라이브러리
import ssl # 표준 라이브러리
{% if cookiecutter.use_sentry == 'y' -%}
import logging
import sentry_sdk
import sentry_sdk # 서드파티 라이브러리
{%- if cookiecutter.use_celery == 'y' %}