Update sources/agents/browser_agent.py for duplicate typing

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Martin 2025-04-01 19:42:44 +02:00 committed by GitHub
parent 9e47e2bf4f
commit 02d28b4322
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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):