7

run latest black

This commit is contained in:
nick.moreton
2022-06-30 07:28:09 +01:00
parent 7eaac70154
commit aa54d31ee5
68 changed files with 2151 additions and 1147 deletions

View File

@ -6,7 +6,7 @@ from wagtail_personalisation import models
class SegmentFactory(factory.DjangoModelFactory):
name = 'TestSegment'
name = "TestSegment"
status = models.Segment.STATUS_ENABLED
class Meta: