We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9854e91 commit 66f9bcfCopy full SHA for 66f9bcf
1 file changed
pytest_django/asserts.py
@@ -55,7 +55,8 @@ def assertion_func(*args: Any, **kwargs: Any) -> Any:
55
56
57
if TYPE_CHECKING:
58
- from collections.abc import Collection, Iterator, Sequence, overload
+ from collections.abc import Collection, Iterator, Sequence
59
+ from typing import overload
60
61
from django import forms
62
from django.db.models import Model, QuerySet, RawQuerySet
0 commit comments