josh-fell opened a new pull request #20930:
URL: https://github.com/apache/airflow/pull/20930
Related: #19891
Errors being fixed:
```
root@bf161c77e90e:/opt/airflow# mypy --namespace-packages
airflow/contrib/sensors
airflow/contrib/sensors/wasb_sensor.py:22: error: Module
"airflow.providers.microsoft.azure.sensors.wasb" has no attribute
"WasbPrefixSensor"
from airflow.providers.microsoft.azure.sensors.wasb import
WasbBlobSensor, WasbPrefixSensor # noqa
^
airflow/contrib/sensors/sagemaker_training_sensor.py:22: error: Module
"airflow.providers.amazon.aws.sensors.sagemaker_training" has no attribute
"SageMakerHook"
from airflow.providers.amazon.aws.sensors.sagemaker_training import ( #
noqa
^
Found 2 errors in 2 files (checked 36 source files)
```
---
**^ Add meaningful description above**
Read the **[Pull Request
Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)**
for more information.
In case of fundamental code change, Airflow Improvement Proposal
([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals))
is needed.
In case of a new dependency, check compliance with the [ASF 3rd Party
License Policy](https://www.apache.org/legal/resolved.html#category-x).
In case of backwards incompatible changes please leave a note in
[UPDATING.md](https://github.com/apache/airflow/blob/main/UPDATING.md).
--
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]