From 30e33f39ee9edf196da3b865e17065ba37e161e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Dec 2025 12:35:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/format.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/format.sh b/scripts/format.sh index 177250223..bf70f42e5 100755 --- a/scripts/format.sh +++ b/scripts/format.sh @@ -3,6 +3,3 @@ set -x ruff check fastapi tests docs_src scripts --fix ruff format fastapi tests docs_src scripts - - -