Skip to content

Commit b3ed127

Browse files
committed
fix lint
1 parent a7a8d6d commit b3ed127

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/agents/extensions/sandbox/vercel/sandbox.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
import asyncio
1515
import io
1616
import json
17+
import os
1718
import tarfile
1819
import uuid
1920
from collections.abc import Awaitable, Callable
20-
from pathlib import Path
21+
from pathlib import Path, PurePosixPath
2122
from typing import Any, Literal, cast
2223
from urllib.parse import urlsplit
2324

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)