mik-laj commented on a change in pull request #15206:
URL: https://github.com/apache/airflow/pull/15206#discussion_r608206748



##########
File path: airflow/providers/jira/sensors/jira.py
##########
@@ -17,9 +17,10 @@
 # under the License.
 from typing import Any, Callable, Dict, Optional
 
+from jira.exceptions import JIRAError
 from jira.resources import Issue, Resource
 
-from airflow.providers.jira.operators.jira import JIRAError, JiraOperator
+from airflow.providers.jira.operators.jira import JiraOperator

Review comment:
       ```
   WARNING: Cannot resolve import of 
airflow.providers.jira.operators.jira.JIRAError in 
airflow.providers.jira.sensors.jira
   ```




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


Reply via email to