From 8279b2ef70701e33481a043c578a29b1fc3722b2 Mon Sep 17 00:00:00 2001 From: nicole pardal Date: Tue, 23 Sep 2025 17:49:59 -0700 Subject: [PATCH] can lint pls work --- examples/gpt_oss_browser_tool_helper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/gpt_oss_browser_tool_helper.py b/examples/gpt_oss_browser_tool_helper.py index 36fc673..528fc27 100644 --- a/examples/gpt_oss_browser_tool_helper.py +++ b/examples/gpt_oss_browser_tool_helper.py @@ -1,9 +1,9 @@ from __future__ import annotations -import re from dataclasses import dataclass, field from datetime import datetime -from typing import Any, Dict, List, Optional, Protocol, Tuple, Union +import re +from typing import Any, Dict, List, Optional, Protocol, Tuple from urllib.parse import urlparse from ollama import Client