shahar1 commented on code in PR #43053:
URL: https://github.com/apache/airflow/pull/43053#discussion_r1801818842


##########
providers/src/airflow/providers/standard/operators/weekday.py:
##########
@@ -39,7 +39,8 @@ class BranchDayOfWeekOperator(BaseBranchOperator):
     .. code-block:: python
 
         from airflow.operators.empty import EmptyOperator
-
+        from airflow.operators.weekday import BranchDayOfWeekOperator
+        

Review Comment:
   ```suggestion
   
   ```



##########
providers/src/airflow/providers/standard/operators/weekday.py:
##########
@@ -39,7 +39,8 @@ class BranchDayOfWeekOperator(BaseBranchOperator):
     .. code-block:: python
 
         from airflow.operators.empty import EmptyOperator
-
+        from airflow.operators.weekday import BranchDayOfWeekOperator
+        

Review Comment:
   Welcome to Airflow and thanks for your contribution!
   It seems that you have an extra tab which causes the linters to fail.
   Try removing it as suggest, and let's see that all pass smoothly :)



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to