Import TypedDict from typing_extensions, add ruff rule

This commit is contained in:
Johannes Mario Meissner
2024-12-31 22:14:16 +09:00
parent 3aaa3e38a0
commit 7256752f48
16 changed files with 28 additions and 20 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
from typing import TypedDict
import pytest
from pytest_mock import MockerFixture
from typing_extensions import TypedDict
from langgraph.graph import END, START, StateGraph
from tests.conftest import (