jedcunningham commented on code in PR #28848:
URL: https://github.com/apache/airflow/pull/28848#discussion_r1153535938
##########
airflow/providers/cncf/kubernetes/utils/pod_manager.py:
##########
@@ -220,27 +219,14 @@ class PodManager(LoggingMixin):
def __init__(
self,
kube_client: client.CoreV1Api = None,
Review Comment:
```suggestion
kube_client: client.CoreV1Api,
```
Should this be required now?
##########
airflow/providers/cncf/kubernetes/utils/pod_manager.py:
##########
@@ -220,27 +219,14 @@ class PodManager(LoggingMixin):
def __init__(
self,
kube_client: client.CoreV1Api = None,
Review Comment:
```suggestion
kube_client: client.CoreV1Api,
```
Shouldn't this be required now?
--
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]