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 032a874 commit b78fe02Copy full SHA for b78fe02
testing/python/fixtures.py
@@ -1,13 +1,13 @@
1
# mypy: allow-untyped-defs
2
from __future__ import annotations
3
4
+from collections.abc import Callable
5
from itertools import zip_longest
6
import os
7
from pathlib import Path
8
import sys
9
import textwrap
10
from typing import Any
-from typing import Callable
11
12
from _pytest.compat import getfuncargnames
13
from _pytest.config import ExitCode
0 commit comments