ashb commented on a change in pull request #5468: [AIRFLOW-4841] Fix Sphinx doc warnings URL: https://github.com/apache/airflow/pull/5468#discussion_r296595666
########## File path: airflow/contrib/hooks/imap_hook.py ########## @@ -22,8 +22,9 @@ import os.path import re -from airflow import LoggingMixin, AirflowException +from airflow import AirflowException Review comment: ```suggestion from airflow.exceptions import AirflowException ``` ---------------------------------------------------------------- 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] With regards, Apache Git Services
