From b9f9d255076a1f902ef1336ddcc99f6fd42b51f4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:05:09 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- testing/io/test_saferepr.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/io/test_saferepr.py b/testing/io/test_saferepr.py index 847a65fa3..a4226522c 100644 --- a/testing/io/test_saferepr.py +++ b/testing/io/test_saferepr.py @@ -1,5 +1,6 @@ # mypy: allow-untyped-defs from __future__ import annotations + import re from _pytest._io.saferepr import DEFAULT_REPR_MAX_SIZE