mik-laj commented on pull request #11627:
URL: https://github.com/apache/airflow/pull/11627#issuecomment-718777324


   CI is sad. I working on fix. 
   ```
   
black.............................................................................................................................Failed
   - hook id: black
   - files were modified by this hook
   
   reformatted 
/home/runner/work/airflow/airflow/airflow/providers/slack/operators/slack.py
   All done! ✨ 🍰 ✨
   1 file reformatted, 1558 files left unchanged.
   ```
   ```
   All changes made by hooks:
   diff --git a/airflow/providers/slack/operators/slack.py 
b/airflow/providers/slack/operators/slack.py
   index 18bc86f..29b53cf 100644
   --- a/airflow/providers/slack/operators/slack.py
   +++ b/airflow/providers/slack/operators/slack.py
   @@ -90,7 +90,7 @@ class SlackAPIOperator(BaseOperator):
            slack.call(self.method, json=self.api_params)
    
    
   -class SlackAPIPostOperator(SlackAPIOperator):   # noqa: D412
   +class SlackAPIPostOperator(SlackAPIOperator):  # noqa: D412
        """
        Posts messages to a slack channel.
    
   @@ -160,7 +160,7 @@ class SlackAPIPostOperator(SlackAPIOperator):   # noqa: 
D412
            }
    
    
   -class SlackAPIFileOperator(SlackAPIOperator):   # noqa: D412
   +class SlackAPIFileOperator(SlackAPIOperator):  # noqa: D412
        """
        Send a file to a slack channel
    
   Error: Process completed with exit code 1.
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to