Skip to content

Commit b78fe02

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 032a874 commit b78fe02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/python/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# mypy: allow-untyped-defs
22
from __future__ import annotations
33

4+
from collections.abc import Callable
45
from itertools import zip_longest
56
import os
67
from pathlib import Path
78
import sys
89
import textwrap
910
from typing import Any
10-
from typing import Callable
1111

1212
from _pytest.compat import getfuncargnames
1313
from _pytest.config import ExitCode

0 commit comments

Comments
 (0)