Skip to content

Commit 799ae1f

Browse files
committed
can lint pls work
1 parent ae33308 commit 799ae1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/gpt_oss_browser_tool_helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from __future__ import annotations
22

3-
import re
43
from dataclasses import dataclass, field
54
from datetime import datetime
6-
from typing import Any, Dict, List, Optional, Protocol, Tuple, Union
5+
import re
6+
from typing import Any, Dict, List, Optional, Protocol, Tuple
77
from urllib.parse import urlparse
88

99
from ollama import Client

0 commit comments

Comments
 (0)