Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 20, 2023
1 parent 9636288 commit 1ec7199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions astronomer/providers/amazon/aws/sensors/emr.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class EmrContainerSensorAsync(EmrContainerSensor):
This class is deprecated.
Please use :class: `~airflow.providers.amazon.aws.sensors.emr.EmrContainerSensor`.
"""

def __init__(self, *args, **kwargs):
warnings.warn(
(
Expand All @@ -42,6 +43,7 @@ class EmrStepSensorAsync(EmrStepSensor):
This class is deprecated.
Please use :class: `~airflow.providers.amazon.aws.sensors.emr.EmrStepSensor`.
"""

def __init__(self, *args, **kwargs):
warnings.warn(
(
Expand Down

0 comments on commit 1ec7199

Please sign in to comment.