dabla commented on code in PR #37821:
URL: https://github.com/apache/airflow/pull/37821#discussion_r1514419733
##########
tests/providers/microsoft/azure/transfers/test_local_to_adls.py:
##########
@@ -17,7 +17,6 @@
# under the License.
from __future__ import annotations
-import json
Review Comment:
Also I you compare the file with main, you will see there is only one
difference.
This import was before:
from airflow.providers.microsoft.azure.transfers.local_to_adls import
LocalFilesystemToADLSOperator
It has become:
from airflow.providers.microsoft.azure.transfers.local_to_adls import (
LocalFilesystemToADLSOperator,
)
--
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]