turbaszek commented on a change in pull request #8651:
URL: https://github.com/apache/airflow/pull/8651#discussion_r422989025
##########
File path: docs/howto/use-additional-execute-contextmanager.rst
##########
@@ -28,19 +28,18 @@ To do so, one must define a new context manager in one of
their files:
.. code-block:: python
- import contextlib
-
+ import os, contextlib
Review comment:
```suggestion
import contextlib
import os
```
----------------------------------------------------------------
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]