uranusjr commented on code in PR #60115: URL: https://github.com/apache/airflow/pull/60115#discussion_r2660481292
########## pyproject.toml: ########## @@ -845,10 +845,8 @@ banned-module-level-imports = ["numpy", "pandas", "polars"] # Direct import from the airflow package modules and constraints "airflow.AirflowException".msg = "Use airflow.exceptions.AirflowException instead." -"airflow.Dataset".msg = "Use airflow.datasets.Dataset instead." # Deprecated imports -"airflow.models.baseoperator.BaseOperatorLink".msg = "Use airflow.models.baseoperatorlink.BaseOperatorLink" Review Comment: Not a thing anymore -- 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]
