Browse Source

Sort imports

pull/1438/head
Roland Szabo 3 years ago
parent
commit
0906e789f6
1 changed files with 4 additions and 4 deletions
  1. 8
      backend/api/admin.py

8
backend/api/admin.py

@ -1,9 +1,9 @@
from django.contrib import admin
from .models import (Category, Comment, Example, Label, Project, Role,
RoleMapping, Seq2seqProject, SequenceLabelingProject,
Span, Tag, TextClassificationProject, TextLabel,
AutoLabelingConfig)
from .models import (AutoLabelingConfig, Category, Comment, Example, Label,
Project, Role, RoleMapping, Seq2seqProject,
SequenceLabelingProject, Span, Tag,
TextClassificationProject, TextLabel)
class LabelAdmin(admin.ModelAdmin):

Loading…
Cancel
Save