mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-21 09:58:36 +02:00
Wrong import order
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
import getpass
|
||||
|
||||
from tfjm.middlewares import get_current_authenticated_user, get_current_ip
|
||||
from django.contrib.auth.models import User
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
from rest_framework.renderers import JSONRenderer
|
||||
from rest_framework.serializers import ModelSerializer
|
||||
from tfjm.middlewares import get_current_authenticated_user, get_current_ip
|
||||
|
||||
from .models import Changelog
|
||||
|
||||
|
Reference in New Issue
Block a user