From cfa057351fee858e718beef4a8671f25d777994d Mon Sep 17 00:00:00 2001 From: Dan Tasse Date: Wed, 25 Mar 2026 11:49:13 -0400 Subject: [PATCH] lint --- python/python/tests/test_remote_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/python/tests/test_remote_db.py b/python/python/tests/test_remote_db.py index 5c0266d69..0dd880cc0 100644 --- a/python/python/tests/test_remote_db.py +++ b/python/python/tests/test_remote_db.py @@ -1202,7 +1202,7 @@ async def test_header_provider_overrides_static_headers(): def test_close(): - """Test that close() works without AttributeError (regression for _client vs _conn).""" + """Test that close() works without AttributeError.""" import asyncio def handler(req):