add typing

This commit is contained in:
2025-04-14 12:46:08 -03:00
parent e472826dcc
commit 558ea54929
7 changed files with 122 additions and 39 deletions

View File

@@ -423,6 +423,8 @@ class TransactItems:
if TYPE_CHECKING:
from mypy_boto3_dynamodb.client import DynamoDBClient
else:
DynamoDBClient = object
class DynamoDBPersistenceLayer: