vincbeck commented on code in PR #60973: URL: https://github.com/apache/airflow/pull/60973#discussion_r2721767835
########## providers/imap/src/airflow/providers/imap/hooks/imap.py: ########## @@ -25,6 +25,7 @@ import email import imaplib +import itertools Review Comment: This seems unrelated to this PR. Please remove any changes from the provider `imap` from this PR -- 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]
