mirror of
https://github.com/ae-utbm/sith.git
synced 2026-09-09 14:04:36 +00:00
re-apply ruff TCH rules
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from collections.abc import Iterable
|
||||
from operator import attrgetter
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
from django.conf import settings
|
||||
from django.core.mail import send_mass_mail
|
||||
@@ -13,6 +13,9 @@ from django.utils.translation import gettext as _
|
||||
from core.models import User, UserQuerySet
|
||||
from counter.models import AccountDump, Counter, Customer, Product, Selling
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from collections.abc import Iterable
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
"""Effectively dump the inactive users.
|
||||
|
||||
Reference in New Issue
Block a user