astronomer / apache-airflow-providers-transfers

https://apache-airflow-provider-transfers.rtfd.io/
Apache License 2.0
11 stars 3 forks source link

Fix mypy issue #61

Closed utkarsharma2 closed 1 year ago

utkarsharma2 commented 1 year ago

Describe the bug There are methods in [src/universal_transfer_operator/data_providers/filesystem/aws/s3.py](https://github.com/astronomer/apache-airflow-provider-transfers/pull/55/files/ca3280151250bfdf337eab9ce6080fb9f8b81bfc#diff-82f68a0968c54bc9c16cb1d4d094a5696558fc11879f6cfc74325c54acdb4ac7) which are returning any we need to fix. Ideally mypy follow-imports should resolve it.