eladkal commented on a change in pull request #22421:
URL: https://github.com/apache/airflow/pull/22421#discussion_r833286806



##########
File path: airflow/providers/jenkins/sensors/jenkins_build.py
##########
@@ -0,0 +1,61 @@
+#

Review comment:
       The file name should be just `jenkins.py`
   So the import will be:
   
   `from airflow.providers.jenkins.sensors.jenkins import JenkinsBuildSensor`
   
   This is the convention (unless special circumstances) for example you can 
see:
   `from airflow.providers.http.sensors.http import HttpSensor`




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