From c97f3ea21bc5ace5e797f5d78780b7ede8296c25 Mon Sep 17 00:00:00 2001 From: David Tam Date: Mon, 21 Oct 2024 13:39:40 -0700 Subject: [PATCH] fix unceessary import --- tests/api/test_guards.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/api/test_guards.py b/tests/api/test_guards.py index bb0f01b..ef58c7c 100644 --- a/tests/api/test_guards.py +++ b/tests/api/test_guards.py @@ -14,9 +14,6 @@ from tests.mocks.mock_guard_client import MockGuardStruct from guardrails_api.api.guards import router as guards_router - -import asyncio - # TODO: Should we mock this somehow? # Right now it's just empty, but it technically does a file read register_config()