Skip to content

Commit 877749b

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

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

CHANGES/11992.contrib.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ Fixed flaky import time test for Python 3.12+ -- by :user:`rodrigobnogueira`.
22

33
Refactored to use version comparison instead of explicit version list,
44
making the test future-proof for new Python releases.
5-

tests/test_imports.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,3 @@ def test_import_time(pytester: pytest.Pytester) -> None:
7373

7474
expected_time = _get_import_time_threshold()
7575
assert best_time_ms < expected_time
76-

0 commit comments

Comments
 (0)