jedcunningham commented on code in PR #39696:
URL: https://github.com/apache/airflow/pull/39696#discussion_r1607344807


##########
airflow/sensors/time_sensor.py:
##########
@@ -72,13 +72,13 @@ def __init__(self, *, target_time, **kwargs):
 
         self.target_datetime = timezone.convert_to_utc(aware_time)
 
-    def execute(self, context: Context):
+    def execute(self, context: Context) -> None:

Review Comment:
   Good call, TIL. I've removed it from this PR and will do it in a follow up.



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