potiuk commented on code in PR #25242: URL: https://github.com/apache/airflow/pull/25242#discussion_r931191732
########## airflow/example_dags/example_branch_operator_decorator.py: ########## @@ -16,10 +16,12 @@ # specific language governing permissions and limitations # under the License. -"""Example DAG demonstrating the usage of the BranchPythonOperator.""" +"""Example DAG demonstrating the usage of the ``@task.branch`` TaskFlow API decorator.""" import random -from datetime import datetime +from typing import List Review Comment: I think we are very close to releasing 2.4 and I think just upgrading everything to __future__ was a good idea - to make sure we have a nice cut-off point and to avoid cherry-picking problems to 2.3.2. **maybe** we are close to the cut-off point already? -- 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]
