mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 06:24:52 +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
|
||||
|
||||
|
||||
class UserFactory(DjangoModelFactory):
|
||||
{%- if cookiecutter.username_type == "username" %}
|
||||
username = Faker("user_name")
|
||||
|
|
Loading…
Reference in New Issue
Block a user