Skip to content

Commit b73ad36

Browse files
authored
.
1 parent b257ff6 commit b73ad36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytest_django/fixtures.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ def __call__(
664664
info: str | None = ...,
665665
*,
666666
using: str | None = ...,
667-
) -> django.test.utils.CaptureQueriesContext:
667+
) -> ContextManager[django.test.utils.CaptureQueriesContext]:
668668
...
669669

670670

@@ -676,7 +676,7 @@ def __call__(
676676
self,
677677
num: int,
678678
info: str | None = ...,
679-
) -> CaptureAllConnectionsQueriesContext:
679+
) -> ContextManager[CaptureAllConnectionsQueriesContext]:
680680
...
681681

682682

0 commit comments

Comments
 (0)