mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 03:19:24 +02:00
Blacked the code
This commit is contained in:
parent
b6fc0051fa
commit
62ca3bd736
279 changed files with 8861 additions and 9527 deletions
|
@ -6,10 +6,10 @@ from funkwhale_api.users.factories import UserFactory
|
|||
|
||||
@registry.register
|
||||
class ImportRequestFactory(factory.django.DjangoModelFactory):
|
||||
artist_name = factory.Faker('name')
|
||||
albums = factory.Faker('sentence')
|
||||
artist_name = factory.Faker("name")
|
||||
albums = factory.Faker("sentence")
|
||||
user = factory.SubFactory(UserFactory)
|
||||
comment = factory.Faker('paragraph')
|
||||
comment = factory.Faker("paragraph")
|
||||
|
||||
class Meta:
|
||||
model = 'requests.ImportRequest'
|
||||
model = "requests.ImportRequest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue