mik-laj commented on a change in pull request #5468: [AIRFLOW-4841] Fix Sphinx doc warnings URL: https://github.com/apache/airflow/pull/5468#discussion_r296599564
########## 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: ``` from airflow.utils.log.logging_mixin import LoggingMixin ``` LoggingMixin caused problems when it was imported by `airflow`. In other places there were similar parts of the code, so I corrected them to avoid the problem in the future. ---------------------------------------------------------------- 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
