mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
fix Callable import
The ability to import from `collections` was removed in 3.10.
This commit is contained in:
parent
55981ec128
commit
8f4f24f88c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import secrets
|
||||
import uuid
|
||||
from collections import Callable
|
||||
from collections.abc import Callable
|
||||
|
||||
from django.conf import settings
|
||||
from django.core.exceptions import ValidationError
|
||||
|
|
|
|||
Loading…
Reference in a new issue