Skip to content

Commit 32da9a4

Browse files
committed
refactor: remove unused MagicMock import in test_dynamodb_store.py
1 parent ad5c6f8 commit 32da9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/langgraph-checkpoint-aws/tests/unit_tests/store/dynamodb/test_dynamodb_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import pytest
44
from datetime import datetime, timezone
5-
from unittest.mock import Mock, MagicMock, patch
5+
from unittest.mock import Mock, patch
66
from langgraph.store.base import (
77
GetOp,
88
Item,

0 commit comments

Comments
 (0)