From 44af072cd2cee220ddbff4c50b73c74f8f0da91b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 19:10:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20format?= =?UTF-8?q?=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_validation_error_context.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_validation_error_context.py b/tests/test_validation_error_context.py index a22f436b9..520f244cb 100644 --- a/tests/test_validation_error_context.py +++ b/tests/test_validation_error_context.py @@ -2,7 +2,6 @@ from fastapi import FastAPI, Request, WebSocket from fastapi.exceptions import ( RequestValidationError, ResponseValidationError, - WebSocketException, WebSocketRequestValidationError, ) from fastapi.testclient import TestClient @@ -113,4 +112,3 @@ def test_validation_error_with_no_context(): assert "1 validation error:" in error_str assert "Endpoint" not in error_str assert 'File "' not in error_str -