From 17588c26d84e89ee9f67ae6860fa73333f351307 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 18:28:57 +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 --- tests/test_async_wrapper_sync_function.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_async_wrapper_sync_function.py b/tests/test_async_wrapper_sync_function.py index 24dffcfe4..3c0f4a6e5 100644 --- a/tests/test_async_wrapper_sync_function.py +++ b/tests/test_async_wrapper_sync_function.py @@ -11,7 +11,6 @@ registered handler is async. from functools import wraps -import pytest from fastapi import Depends, FastAPI from fastapi.testclient import TestClient