From 0f3a55c45a73047633e657408ceb57f68a609ded Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Tue, 23 Apr 2024 09:18:04 -0700 Subject: [PATCH] fix linting error --- vision_agent/tools/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/vision_agent/tools/__init__.py b/vision_agent/tools/__init__.py index 76045ec1..450c0b26 100644 --- a/vision_agent/tools/__init__.py +++ b/vision_agent/tools/__init__.py @@ -11,8 +11,6 @@ GroundingDINO, GroundingSAM, ImageCaption, - ZeroShotCounting, - VisualPromptCounting, SegArea, SegIoU, Tool,