Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Apr 9, 2024
1 parent 9942235 commit dae06f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@
from typing import List

import sentry_sdk
from dotenv import load_dotenv
from posthog.sentry.posthog_integration import PostHogIntegration
from sentry_sdk.integrations.django import DjangoIntegration

from backend.utils import get_from_env, get_list, str_to_bool
from dotenv import load_dotenv


load_dotenv()

Expand Down

0 comments on commit dae06f1

Please sign in to comment.