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():