silence F821

pull/693/head
evelynmitchell 3 weeks ago
parent 822e35e3b7
commit dd107f2804

@ -111,8 +111,7 @@ class ExecutionContext:
history: List[Dict[str, Any]] = field(default_factory=list) history: List[Dict[str, Any]] = field(default_factory=list)
hints = get_type_hints(func) hints = get_type_hints(func) # noqa: F821
class ToolAgent: class ToolAgent:
def __init__( def __init__(

Loading…
Cancel
Save