feluelle commented on a change in pull request #5587: [AIRFLOW-4953] Remove
unused variables from core
URL: https://github.com/apache/airflow/pull/5587#discussion_r303236991
##########
File path: airflow/utils/sqlalchemy.py
##########
@@ -39,7 +39,7 @@ def setup_event_handlers(engine,
initial_backoff_seconds=0.2,
max_backoff_seconds=120):
@event.listens_for(engine, "engine_connect")
- def ping_connection(connection, branch):
+ def ping_connection(connection, branch): # pylint: disable=unused-variable
Review comment:
Same here, for example. I am just curious what variable that should be?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services