Skip to content

Commit

Permalink
🧹 chore(lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
esinx committed Sep 22, 2024
1 parent e262c57 commit 6652b1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/accounts/backends.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os

import requests
from django.conf import settings
from django.contrib.auth import get_user_model
Expand All @@ -8,6 +9,7 @@

from accounts.models import Email


SETTINGS_MODULE = os.getenv("DJANGO_SETTINGS_MODULE", None)


Expand Down

0 comments on commit 6652b1f

Please sign in to comment.