format n lint

This commit is contained in:
bracesproul
2025-01-13 13:14:36 -08:00
parent 5aefa5dc8c
commit b52b32b38e
@@ -1,3 +1,12 @@
from typing import (
Literal,
Optional,
Union,
)
from typing_extensions import TypedDict
class HumanInterruptConfig(TypedDict):
"""Configuration that defines what actions are allowed for a human interrupt.