mirror of
https://github.com/suitenumerique/messages.git
synced 2026-04-25 17:15:21 +02:00
fix lint
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""Admin classes and registrations for core app."""
|
||||
# pylint: disable=too-many-lines
|
||||
|
||||
import logging
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user