From 969b2d3d2fc7cecec62829b4afc3dd11bd230232 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 22 Feb 2026 19:29:32 +0000 Subject: [PATCH] style: apply ruff auto-fix - Auto-formatted code with ruff format - Applied ruff linting fixes with --fix Co-authored-by: github-actions[bot] --- tests/test_cors.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_cors.py b/tests/test_cors.py index edcf7f03..ae9a4025 100644 --- a/tests/test_cors.py +++ b/tests/test_cors.py @@ -10,8 +10,6 @@ These tests validate that: - Preflight (OPTIONS) requests are handled correctly when CORS is enabled """ -from unittest.mock import Mock - import pytest