Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Magdalena Noffke authored and Magdalena Noffke committed Jan 9, 2020
1 parent c2a1a72 commit 894e0ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion adhocracy4/phases/autofixtures.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion adhocracy4/projects/autofixtures.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 894e0ea

Please sign in to comment.