Skip to content

Commit

Permalink
Silly 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Nov 22, 2024
1 parent 8eaebf6 commit 7cbf9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langgraph/tests/test_pregel.py
Original file line number Diff line number Diff line change
Expand Up @@ -13935,7 +13935,7 @@ class State(TypedDict):
thread_2 = str(uuid.uuid4())

class Node:
def __init__(self, i: int | None = None):
def __init__(self, i: Optional[int] = None):
self.i = i

def __call__(self, inputs: State, config: RunnableConfig, store: BaseStore):
Expand Down

0 comments on commit 7cbf9e1

Please sign in to comment.