Skip to content

Commit 6e06e2d

Browse files
committed
Lint
1 parent 77458f6 commit 6e06e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

langgraph/store/redis/aio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from contextlib import asynccontextmanager
77
from datetime import datetime, timedelta, timezone
88
from types import TracebackType
9-
from typing import Any, AsyncIterator, Iterable, Optional, Sequence, cast, Union
9+
from typing import Any, AsyncIterator, Iterable, Optional, Sequence, Union, cast
1010

1111
from langgraph.store.base import (
1212
GetOp,

0 commit comments

Comments
 (0)