Clean up formatting

This commit is contained in:
John 2023-08-18 22:40:14 -04:00 committed by GitHub
parent f701fd8842
commit 873d999e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ class UserFactory(DjangoModelFactory):
if create and results and not cls._meta.skip_postgeneration_save: if create and results and not cls._meta.skip_postgeneration_save:
# Some post-generation hooks ran, and may have modified us. # Some post-generation hooks ran, and may have modified us.
instance.save() instance.save()
class Meta: class Meta:
model = get_user_model() model = get_user_model()
django_get_or_create = ["{{cookiecutter.username_type}}"] django_get_or_create = ["{{cookiecutter.username_type}}"]