mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-04-15 10:50:59 +00:00
6 lines
256 B
Python
6 lines
256 B
Python
|
|
from functools import lru_cache # noqa
|
||
|
|
|
||
|
|
# Deprecate or remove this module when no supported version of Django still
|
||
|
|
# supports Python 2. Until then, keep it to allow pluggable apps to support
|
||
|
|
# Python 2 and Python 3 without raising a deprecation warning.
|