Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDudley committed May 17, 2024
1 parent 106f305 commit c8853a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
from pathlib import Path

import environ
from dbt_copilot_python.utility import is_copilot
from django.urls import reverse_lazy
from django_log_formatter_asim import ASIMFormatter
from django_log_formatter_ecs import ECSFormatter
from dbt_copilot_python.utility import is_copilot


BASE_DIR = Path(__file__).resolve().parent.parent.parent
Expand Down

0 comments on commit c8853a5

Please sign in to comment.