Skip to content

Commit d61e7db

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/_pytest/python.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,9 @@ class IdMaker:
888888
# Used only for clearer error messages.
889889
func_name: str | None
890890

891-
def make_unique_parameterset_ids(self, id_names: bool = False) -> list[str | _HiddenParam]:
891+
def make_unique_parameterset_ids(
892+
self, id_names: bool = False
893+
) -> list[str | _HiddenParam]:
892894
"""Make a unique identifier for each ParameterSet, that may be used to
893895
identify the parametrization in a node ID.
894896

0 commit comments

Comments
 (0)