gopidesupavan commented on code in PR #48099:
URL: https://github.com/apache/airflow/pull/48099#discussion_r2019204888


##########
dev/breeze/src/airflow_breeze/utils/packages.py:
##########
@@ -843,6 +843,9 @@ def regenerate_pyproject_toml(
     in_optional_dependencies = False
     in_additional_devel_dependency_groups = False
     for line in pyproject_toml_content.splitlines():
+        print(f"LINE: {line}")

Review Comment:
   does this print required? if yes you can use `get_console().print()`



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