Skip to content

Commit

Permalink
Corrected Protocol inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
ferruzzi committed Jan 5, 2022
1 parent 9a0936e commit 05abb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/amazon/aws/hooks/batch_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def exp(tries):
return uniform(delay / 3, delay)


class AwsBatchProtocol(BatchProtocol, Protocol):
class AwsBatchProtocol(BatchProtocol):
"""
This class is deprecated.
Please use :class:`airflow.providers.amazon.aws.hooks.batch.BatchProtocol`.
Expand Down

0 comments on commit 05abb3b

Please sign in to comment.