ferruzzi commented on a change in pull request #20369:
URL: https://github.com/apache/airflow/pull/20369#discussion_r771157228
##########
File path: airflow/providers/amazon/aws/hooks/batch_client.py
##########
@@ -39,10 +39,10 @@
@runtime_checkable
-class AwsBatchProtocol(Protocol):
+class BatchProtocol(Protocol):
"""
A structured Protocol for ``boto3.client('batch') ->
botocore.client.Batch``.
- This is used for type hints on :py:meth:`.AwsBatchClient.client`; it covers
+ This is used for type hints on :py:meth:`.BatchClient.client`; it covers
only the subset of client methods required.
Review comment:
I'm not 100% sure if this one should have been left along. Please
double check me here.
--
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]