Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
frcroth committed Nov 9, 2023
1 parent 1bfce28 commit 9991907
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion myhpi/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
from django.db import models
from django.db.models import BooleanField, CharField, DateField, ForeignKey, Model, Q
from django.http import HttpResponseRedirect
from django_tomselect.widgets import TomSelectWidget, TomSelectTabularWidget, TomSelectMultipleWidget
from django_tomselect.widgets import (
TomSelectMultipleWidget,
TomSelectWidget,
)
from modelcluster.contrib.taggit import ClusterTaggableManager
from modelcluster.fields import ParentalKey, ParentalManyToManyField
from taggit.models import ItemBase, TagBase
Expand Down

0 comments on commit 9991907

Please sign in to comment.