mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 13:44:43 +00:00
Update deprecated imports
This commit is contained in:
parent
2d410c5df9
commit
0ebd35dd83
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
from typing import Any, Sequence
|
||||
|
||||
from django.contrib.auth import get_user_model
|
||||
from factory import DjangoModelFactory, Faker, post_generation
|
||||
from factory import Faker, post_generation
|
||||
from factory.django import DjangoModelFactory
|
||||
|
||||
|
||||
class UserFactory(DjangoModelFactory):
|
||||
|
|
|
|||
Loading…
Reference in a new issue