From 43373f8318ccb084d4bc5b2efbc74ae3b05f7bae Mon Sep 17 00:00:00 2001 From: Kip Parker Date: Wed, 17 Apr 2024 12:06:44 +0100 Subject: [PATCH] Ruff again --- authentication/tests/test_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/authentication/tests/test_api.py b/authentication/tests/test_api.py index 527a616..8692e3e 100644 --- a/authentication/tests/test_api.py +++ b/authentication/tests/test_api.py @@ -6,7 +6,6 @@ import responses from fastapi.testclient import TestClient from api.main import app, conf -from api.auth import get_key client = TestClient(app)