ashb commented on a change in pull request #15206:
URL: https://github.com/apache/airflow/pull/15206#discussion_r607711504
##########
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:
What was the sort of error this gave with the import as it was?
--
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]