From f829e3894f3a5cfe1a4dfca28a288dfede04c97b Mon Sep 17 00:00:00 2001 From: Arnav Sacheti <36746504+arnavsacheti@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:34:41 -0700 Subject: [PATCH] format xargs --- tools/shims/xargs | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/shims/xargs b/tools/shims/xargs index 30a0e8c..d3e8eeb 100755 --- a/tools/shims/xargs +++ b/tools/shims/xargs @@ -9,7 +9,6 @@ invocation constructed from stdin tokens. from __future__ import annotations -import os import subprocess import sys