Files
thrillwiki_django_no_react/.venv/lib/python3.12/site-packages/allauth/exceptions.py
2024-11-03 17:47:26 +00:00

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")