fix error

This commit is contained in:
2025-12-04 10:56:36 -03:00
parent 2f76bd611c
commit c3917addfa
17 changed files with 127 additions and 52 deletions

View File

@@ -5,8 +5,8 @@ import boto3
if TYPE_CHECKING:
from mypy_boto3_dynamodb.client import DynamoDBClient
from mypy_boto3_s3 import S3Client
from mypy_boto3_sesv2 import SESV2Client
from mypy_boto3_s3.client import S3Client
from mypy_boto3_sesv2.client import SESV2Client
else:
DynamoDBClient = object
SESV2Client = object