uranusjr commented on PR #28543:
URL: https://github.com/apache/airflow/pull/28543#issuecomment-1365670342
I wonder if there’s some decorator magic to do something like
```python
with increse_warning_stacklevel(FutureWarning, stacklevel=2):
self.get(section, key)
```
This would be cleaner than passing in an additional argument.
--
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]