turbaszek commented on a change in pull request #10447:
URL: https://github.com/apache/airflow/pull/10447#discussion_r485019189
##########
File path: airflow/providers/cncf/kubernetes/hooks/kubernetes.py
##########
@@ -141,12 +148,11 @@ def get_pod_log_stream(
:param pod_name: pod name
:type pod_name: str
:param container: container name
- :type version: str
Review comment:
Removing as there's no version param
##########
File path: airflow/providers/cncf/kubernetes/hooks/kubernetes.py
##########
@@ -167,11 +173,10 @@ def get_pod_logs(
:param pod_name: pod name
:type pod_name: str
:param container: container name
- :type version: str
Review comment:
Removing as there's no version param
----------------------------------------------------------------
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]