From 02d28b4322122c6d60e68519c91f3667805f0f1f Mon Sep 17 00:00:00 2001 From: Martin <49105846+Fosowl@users.noreply.github.com> Date: Tue, 1 Apr 2025 19:42:44 +0200 Subject: [PATCH] Update sources/agents/browser_agent.py for duplicate typing Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- sources/agents/browser_agent.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sources/agents/browser_agent.py b/sources/agents/browser_agent.py index d47f141..ba84468 100644 --- a/sources/agents/browser_agent.py +++ b/sources/agents/browser_agent.py @@ -6,8 +6,7 @@ from sources.agents.agent import Agent from sources.tools.searxSearch import searxSearch from sources.browser import Browser from datetime import date -from typing import List, Tuple, Type, Dict, Tuple - +from typing import List, Tuple, Type, Dict class BrowserAgent(Agent): def __init__(self, name, prompt_path, provider, verbose=False, browser=None):