potiuk commented on code in PR #56785: URL: https://github.com/apache/airflow/pull/56785#discussion_r2442523588
########## providers/neo4j/tests/unit/neo4j/operators/test_neo4j.py: ########## @@ -19,7 +19,11 @@ from unittest import mock from airflow.providers.neo4j.operators.neo4j import Neo4jOperator -from airflow.utils import timezone + Review Comment: Since we are changing the import here - it might be a good idea to already switch to lazy_compat and add dependency to common.compat in the provider (see https://github.com/apache/airflow/pull/56793) -- 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]
