Taragolis commented on issue #36948:
URL: https://github.com/apache/airflow/issues/36948#issuecomment-1909764632
Or it might be something like that for avoid parsing version
```python
extra_kwargs = {}
if logger_name := kwargs.pop("logger_name", None):
extra_kwargs["logger_name"] = logger_name
super().__init__(**extra_kwargs)
```
--
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]