jayceslesar commented on code in PR #2071: URL: https://github.com/apache/iceberg-python/pull/2071#discussion_r2138758157
########## pyiceberg/catalog/dynamodb.py: ########## @@ -28,6 +28,7 @@ ) import boto3 +from mypy_boto3_dynamodb.client import DynamoDBClient Review Comment: Good catch! I made a similar change in `glue.py` and also made the dev dependencies for these imports not optional under the dev group -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
