From 73719358f1fcd52e4c0e4eeed6a4863bbbc4950c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 02:44:14 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/xargs_with_blocked_sysconf_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/xargs_with_blocked_sysconf_test.py b/tests/xargs_with_blocked_sysconf_test.py index bf52bf5e..d199fcb0 100644 --- a/tests/xargs_with_blocked_sysconf_test.py +++ b/tests/xargs_with_blocked_sysconf_test.py @@ -171,4 +171,3 @@ def test_xargs_with_explicit_max_length_when_sysconf_blocked_as_subprocess() -> f'os.sysconf is blocked. This should always work since _get_platform_max_length() ' f'is never called. stderr: {proc.stderr!r}' ) -