fix(isolation): clear ruff issues on clean trial branch

This commit is contained in:
John Pollock 2026-04-12 21:31:13 -05:00
parent 77619600cd
commit 59937d06f1
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import logging
import os
import inspect
from pathlib import Path
from typing import Any, Callable, Dict, List, Optional, cast
from typing import Any, Dict, List, Optional, cast
from pyisolate.interfaces import IsolationAdapter, SerializerRegistryProtocol # type: ignore[import-untyped]
from pyisolate._internal.rpc_protocol import AsyncRPC, ProxiedSingleton # type: ignore[import-untyped]

View File

@ -8,7 +8,6 @@ Replaces the legacy PromptServerProxy (Singleton) with a clean Service/Stub arch
from __future__ import annotations
import asyncio
import os
from typing import Any, Dict, Optional, Callable