mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 14:34:53 +03:00
Fix Flake8 (add space after import)
This commit is contained in:
parent
f3997dc48c
commit
2701690165
|
@ -6,6 +6,7 @@ from factory.django import DjangoModelFactory
|
||||||
|
|
||||||
from {{ cookiecutter.project_slug }}.users.models import User
|
from {{ cookiecutter.project_slug }}.users.models import User
|
||||||
|
|
||||||
|
|
||||||
class UserFactory(DjangoModelFactory):
|
class UserFactory(DjangoModelFactory):
|
||||||
{%- if cookiecutter.username_type == "username" %}
|
{%- if cookiecutter.username_type == "username" %}
|
||||||
username = Faker("user_name")
|
username = Faker("user_name")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user