mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-04 19:44:05 +02:00
More constraints on linting (surely removed in the future)
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
from django.apps import AppConfig
|
||||
from django.db.models.signals import pre_save, post_save, post_delete
|
||||
from django.db.models.signals import post_delete, post_save, pre_save
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user