This commit is contained in:
Sylvain Zimmer
2026-02-20 00:25:55 +01:00
parent b1eb6966cd
commit 2ea492e770
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
"""Admin classes and registrations for core app."""
# pylint: disable=too-many-lines
import logging

View File

@@ -7,7 +7,7 @@ cache counters with fixed time windows.
import logging
import math
from datetime import timedelta
from typing import Any, Optional
from typing import Any
from django.conf import settings
from django.core.cache import cache