reorganize imports with ruff

This commit is contained in:
thomas girod
2024-06-24 13:07:36 +02:00
parent 9bdf3fc4ac
commit 3143d3d91a
170 changed files with 702 additions and 804 deletions

View File

@ -14,14 +14,14 @@
#
#
from django.db import models, DataError
from django.utils.translation import gettext_lazy as _
from django.conf import settings
from django.db import DataError, models
from django.urls import reverse
from django.utils.translation import gettext_lazy as _
from counter.models import Counter
from core.models import User
from club.models import Club
from core.models import User
from counter.models import Counter
# Create your models here.