From a535e10761896370fef263acfdbc7c27411a19c5 Mon Sep 17 00:00:00 2001 From: Dhruva Kumar Date: Sat, 8 Aug 2026 20:23:03 +0530 Subject: [PATCH] Fix formatting in QuickDraw tests --- tests/test_quickdrawdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_quickdrawdata.py b/tests/test_quickdrawdata.py index 5eb20b9..ea9bc70 100644 --- a/tests/test_quickdrawdata.py +++ b/tests/test_quickdrawdata.py @@ -105,7 +105,7 @@ def test_unrecognized_data(): def test_search_drawings(): qd = QuickDrawData() - # test a search with no criteria returns 1000 results + #test a search with no criteria returns 1000 results r = qd.search_drawings("anvil") assert len(r) == 1000