uranusjr commented on code in PR #27845:
URL: https://github.com/apache/airflow/pull/27845#discussion_r1036728907


##########
airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py:
##########
@@ -650,6 +652,8 @@ class _suppress(AbstractContextManager):
 
     The caught exception is also stored on the context manager instance under
     attribute ``exception``.
+
+    :meta private:

Review Comment:
   I was thinking we could do
   
   ```python
   class _optionall_suppress(AbstractContextManager):
       ...
   ```
   
   since a lot of the logic in the class doesn’t really seem relevant now. But 
it’s OK if you feel this is easier.



-- 
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]

Reply via email to