7

sorts with isort

This commit is contained in:
Boris Besemer
2016-11-30 17:21:43 +01:00
parent fd4ddc4395
commit b405381942
17 changed files with 20 additions and 19 deletions

View File

@ -1,8 +1,10 @@
import datetime
import factory
from personalisation import models
class SegmentFactory(factory.DjangoModelFactory):
name = 'TestSegment'
status = 'enabled'