fix ruff check

This commit is contained in:
Taylor Wilsdon
2025-08-16 18:10:39 -04:00
parent 531fb3b3f9
commit e853de10f5
3 changed files with 10 additions and 12 deletions

View File

@@ -6,8 +6,7 @@ based on tier configuration, replacing direct @server.tool() decorators.
"""
import logging
from typing import Set, Optional, Dict, Any, Callable
from functools import wraps
from typing import Set, Optional, Callable
logger = logging.getLogger(__name__)