johnhoran commented on code in PR #41868:
URL: https://github.com/apache/airflow/pull/41868#discussion_r1743998709
##########
airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -391,9 +391,7 @@ def __init__(
self.skip_on_exit_code = (
skip_on_exit_code
if isinstance(skip_on_exit_code, Container)
- else [skip_on_exit_code]
- if skip_on_exit_code is not None
- else []
+ else [skip_on_exit_code] if skip_on_exit_code is not None else []
Review Comment:
I've amended it. FYI this was just a change from running black.
--
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]