Skip to content

Commit

Permalink
Move signal import to django.core
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding committed Nov 4, 2023
1 parent d66608b commit ede93e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth2_provider/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from django.conf import settings
from django.core.exceptions import ImproperlyConfigured
from django.http import HttpRequest
from django.test.signals import setting_changed
from django.core.signals import setting_changed
from django.urls import reverse
from django.utils.module_loading import import_string
from oauthlib.common import Request
Expand Down

0 comments on commit ede93e2

Please sign in to comment.