diff --git a/adhocracy4/phases/autofixtures.py b/adhocracy4/phases/autofixtures.py index eaa46a582..02cf1f366 100644 --- a/adhocracy4/phases/autofixtures.py +++ b/adhocracy4/phases/autofixtures.py @@ -1,8 +1,9 @@ +from faker import Factory + from autofixture import AutoFixture from autofixture import constraints from autofixture import generators from autofixture import register -from faker import Factory from . import content from . import models diff --git a/adhocracy4/projects/autofixtures.py b/adhocracy4/projects/autofixtures.py index 4eeaacf63..882eeb7ee 100644 --- a/adhocracy4/projects/autofixtures.py +++ b/adhocracy4/projects/autofixtures.py @@ -1,7 +1,8 @@ +from faker import Factory + from autofixture import AutoFixture from autofixture import generators from autofixture import register -from faker import Factory from .models import Project