From de5e216583316dfc0abac5724cb026e8b1e90e65 Mon Sep 17 00:00:00 2001 From: Xubin Ren <52506698+Re-bin@users.noreply.github.com> Date: Fri, 19 Jun 2026 13:44:58 +0800 Subject: [PATCH] test: fix image strip test formatting --- tests/providers/test_strip_image_content.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/providers/test_strip_image_content.py b/tests/providers/test_strip_image_content.py index 6f51339b..ca42091d 100644 --- a/tests/providers/test_strip_image_content.py +++ b/tests/providers/test_strip_image_content.py @@ -8,7 +8,6 @@ from __future__ import annotations from nanobot.providers.base import LLMProvider - # --------------------------------------------------------------------------- # _strip_image_content (returns new list) # ---------------------------------------------------------------------------