Fix import style

This commit is contained in:
Bruno Alla 2024-11-21 12:31:52 +00:00 committed by GitHub
parent 283be39169
commit 77ed2347cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,13 @@
# ruff: noqa: ERA001, E501, E402
"""Base settings to build other settings files upon."""
{% if cookiecutter.use_celery == 'y' -%}
import ssl
{%- endif %}
from pathlib import Path
import environ
{% if cookiecutter.use_celery == 'y' %}
import ssl # noqa: E402
{% endif %}
BASE_DIR = Path(__file__).resolve(strict=True).parent.parent.parent
# {{ cookiecutter.project_slug }}/