mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-22 02:11:10 -05:00
10 lines
194 B
Python
10 lines
194 B
Python
import warnings
|
|
|
|
from allauth.core.exceptions import ImmediateHttpResponse
|
|
|
|
|
|
__all__ = ["ImmediateHttpResponse"]
|
|
|
|
|
|
warnings.warn("allauth.exceptions is deprecated, use allauth.core.exceptions")
|