From fc9caf4f9b35c666c1a03b8c1857c5dea5ff6484 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 8 Mar 2026 20:39:10 +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_api_tokens.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_api_tokens.py b/tests/test_api_tokens.py index b794d27b..f9e95875 100644 --- a/tests/test_api_tokens.py +++ b/tests/test_api_tokens.py @@ -1,6 +1,5 @@ """Tests for the personal API tokens feature (app/api/api_tokens.py + auth integration).""" - import pytest from fastapi.testclient import TestClient from sqlalchemy import create_engine