From d417ca93e03fb538c39c85a1be81d5b8d10bd26c Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Mon, 3 Feb 2025 16:23:12 -0300 Subject: [PATCH] fix: increase coverage --- tests/_async/test_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/_async/test_client.py b/tests/_async/test_client.py index 31819f45..ad7f913a 100644 --- a/tests/_async/test_client.py +++ b/tests/_async/test_client.py @@ -1,7 +1,6 @@ import os from unittest.mock import AsyncMock, MagicMock - from supabase import AClient, ASupabaseException, create_async_client