Reorder import statements of apps/activity
This commit is contained in:
parent
7719ff41ad
commit
ccfc1e74ac
8 changed files with 14 additions and 14 deletions
|
|
@ -10,8 +10,8 @@ from django.db import models
|
|||
from django.db.models import Q
|
||||
from django.utils import timezone
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
from rest_framework.exceptions import ValidationError
|
||||
from note.models import NoteUser, Transaction
|
||||
from rest_framework.exceptions import ValidationError
|
||||
|
||||
|
||||
class ActivityType(models.Model):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue