uranusjr commented on pull request #19195:
URL: https://github.com/apache/airflow/pull/19195#issuecomment-952303369


   Need to fix the static checks.
   
   ```diff
   All changes made by hooks:
   diff --git a/airflow/providers/amazon/aws/operators/sagemaker_processing.py 
b/airflow/providers/amazon/aws/operators/sagemaker_processing.py
   index 53cb648..529fb5d 100644
   --- a/airflow/providers/amazon/aws/operators/sagemaker_processing.py
   +++ b/airflow/providers/amazon/aws/operators/sagemaker_processing.py
   @@ -98,8 +98,8 @@ class SageMakerProcessingOperator(SageMakerBaseOperator):
    
            if self.hook.find_processing_job_by_name(processing_job_name):
                raise AirflowException(
   -                    f"A SageMaker processing job with name 
{processing_job_name} already exists."
   -                )
   +                f"A SageMaker processing job with name 
{processing_job_name} already exists."
   +            )
    
            self.log.info("Creating SageMaker processing job %s.", 
self.config["ProcessingJobName"])
            response = self.hook.create_processing_job(
   ```


-- 
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]


Reply via email to