run Black on changed code
This commit is contained in:
parent
782512b2ce
commit
dafda649f1
10 changed files with 118 additions and 82 deletions
|
@ -294,11 +294,13 @@ class ListForm(CustomForm):
|
|||
model = models.List
|
||||
fields = ["user", "name", "description", "curation", "privacy", "group"]
|
||||
|
||||
|
||||
class GroupForm(CustomForm):
|
||||
class Meta:
|
||||
model = models.Group
|
||||
fields = ["user", "privacy", "name", "description"]
|
||||
|
||||
|
||||
class ReportForm(CustomForm):
|
||||
class Meta:
|
||||
model = models.Report
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue