potiuk commented on code in PR #46608:
URL: https://github.com/apache/airflow/pull/46608#discussion_r1956829089


##########
providers/amazon/tests/system/amazon/aws/example_mongo_to_s3.py:
##########
@@ -16,14 +16,13 @@
 # under the License.
 from __future__ import annotations
 
-from providers.amazon.tests.system.amazon.aws.utils import 
SystemTestContextBuilder
-
 from airflow.models.baseoperator import chain
 from airflow.models.dag import DAG
 from airflow.providers.amazon.aws.operators.s3 import S3CreateBucketOperator, 
S3DeleteBucketOperator
 from airflow.providers.amazon.aws.transfers.mongo_to_s3 import 
MongoToS3Operator
 from airflow.utils.timezone import datetime
 from airflow.utils.trigger_rule import TriggerRule
+from system.amazon.aws.utils import SystemTestContextBuilder

Review Comment:
   Most of similar changes are result of applyin PEP-8 import order on imports 
afre we cnanged the "from"



-- 
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]

Reply via email to