Copilot commented on code in PR #44519:
URL: https://github.com/apache/airflow/pull/44519#discussion_r1864518357


##########
airflow/utils/cli_action_loggers.py:
##########
@@ -133,14 +112,13 @@ def _default_action_log_internal(
     host_name,
     full_command,
     session: Session = NEW_SESSION,
+    **_,

Review Comment:
   The parameter '**_' is unused and can be removed to clean up the code.
   ```suggestion
       session: Session = NEW_SESSION,
   ```



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