pankajkoti commented on code in PR #40233:
URL: https://github.com/apache/airflow/pull/40233#discussion_r1644843018


##########
airflow/providers/jenkins/operators/jenkins_job_trigger.py:
##########
@@ -71,7 +71,6 @@ def jenkins_request_with_headers(jenkins_server: Jenkins, 
req: Request) -> Jenki
         raise jenkins.TimeoutException(f"Error in request: {e}")
     except URLError as e:
         raise JenkinsException(f"Error in request: {e.reason}")
-    return None

Review Comment:
   Do we need to update/correct the return type annotation?



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to