kaxil commented on code in PR #26098:
URL: https://github.com/apache/airflow/pull/26098#discussion_r961162571


##########
airflow/sensors/weekday.py:
##########
@@ -66,13 +67,23 @@ class DayOfWeekSensor(BaseSensorOperator):
             * ``{WeekDay.TUESDAY}``
             * ``{WeekDay.SATURDAY, WeekDay.SUNDAY}``
 
+        To use `WeekDay` enum, import it from `airflow.utils.weekday`

Review Comment:
   ```suggestion
           To use ``WeekDay`` enum, import it from ``airflow.utils.weekday``
   ```
   since it is rst



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