mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-21 14:51:09 -05:00
8 lines
211 B
Python
8 lines
211 B
Python
import warnings
|
|
|
|
from allauth.core.ratelimit import clear, consume, consume_or_429
|
|
|
|
|
|
__all__ = ["consume", "consume_or_429", "clear"]
|
|
warnings.warn("allauth.ratelimit is deprecated, use allauth.core.ratelimit")
|