potiuk commented on code in PR #31327: URL: https://github.com/apache/airflow/pull/31327#discussion_r1195599025
########## dev/breeze/src/airflow_breeze/commands/developer_commands.py: ########## @@ -561,7 +561,7 @@ def compile_www_assets(dev: bool): ) @option_verbose @option_dry_run -def stop(preserve_volumes: bool, cleanup_mypy_cache: bool): +def drop(preserve_volumes: bool, cleanup_mypy_cache: bool): Review Comment: ```suggestion def down(preserve_volumes: bool, cleanup_mypy_cache: bool): ``` -- 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]
