charliermarsh commented on code in PR #32873: URL: https://github.com/apache/airflow/pull/32873#discussion_r1275663246
########## airflow/providers/apprise/hooks/apprise.py: ########## @@ -21,9 +21,10 @@ from typing import Any, Iterable import apprise -from airflow.hooks.base import BaseHook from apprise import AppriseConfig, NotifyFormat, NotifyType Review Comment: As an example: these `apprise` imports were incorrectly marked as first-party, since `apprise` was missing from the `known-third-party`. -- 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]
