jroachgolf84 commented on code in PR #50864:
URL: https://github.com/apache/airflow/pull/50864#discussion_r2100123672


##########
airflow-core/src/airflow/sensors/__init__.py:
##########
@@ -40,7 +40,6 @@
     },
     "time_sensor": {
         "TimeSensor": "airflow.providers.standard.sensors.time.TimeSensor",
-        "TimeSensorAsync": 
"airflow.providers.standard.sensors.time.TimeSensorAsync",

Review Comment:
   Thank you both; would the suggested change just be to add this line back and 
update it to be:
   
   ```
   "TimeSensorAsync": "airflow.providers.standard.sensors.time.TimeSensor"
   ```



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