sunank200 commented on code in PR #40084: URL: https://github.com/apache/airflow/pull/40084#discussion_r1682529754
########## airflow/sensors/time_sensor.py: ########## @@ -40,11 +40,11 @@ class TimeSensor(BaseSensorOperator): """ - def __init__(self, *, target_time: datetime.time, **kwargs) -> None: + def __init__(self, *, target_time, **kwargs): Review Comment: Added it -- 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