Skip to content

Commit 2732002

Browse files
committed
refactor: remove unused cast import in base.py
1 parent 7b46153 commit 2732002

File tree

1 file changed

+1
-1
lines changed
  • libs/langgraph-checkpoint-aws/langgraph_checkpoint_aws/store/dynamodb

1 file changed

+1
-1
lines changed

libs/langgraph-checkpoint-aws/langgraph_checkpoint_aws/store/dynamodb/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from collections.abc import Iterable, Iterator
1313
from contextlib import contextmanager
1414
from datetime import datetime, timezone
15-
from typing import Any, cast
15+
from typing import Any
1616

1717
import boto3
1818
import orjson

0 commit comments

Comments
 (0)