From eaf495566cc53852ee96b62c1afc28ee92eaa31e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 13:07:57 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/io/test_saferepr.py b/testing/io/test_saferepr.py index e330dd9af..3af31824c 100644 --- a/testing/io/test_saferepr.py +++ b/testing/io/test_saferepr.py @@ -1,11 +1,11 @@ # mypy: allow-untyped-defs from __future__ import annotations +import re from _pytest._io.saferepr import DEFAULT_REPR_MAX_SIZE from _pytest._io.saferepr import saferepr from _pytest._io.saferepr import saferepr_unlimited import pytest -import re def test_simple_repr():