turbaszek commented on a change in pull request #8651:
URL: https://github.com/apache/airflow/pull/8651#discussion_r422988794
##########
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
+ from test.test_utils.gcp_system_helpers import provide_gcp_context
Review comment:
```suggestion
from tests.test_utils.gcp_system_helpers import provide_gcp_context
```
----------------------------------------------------------------
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]