[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
e96ebb14dc
commit
eaf495566c
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue