potiuk commented on code in PR #25436: URL: https://github.com/apache/airflow/pull/25436#discussion_r935955757
########## airflow/providers/microsoft/azure/operators/asb.py: ########## @@ -15,7 +15,9 @@ # specific language governing permissions and limitations # under the License. import datetime -from typing import TYPE_CHECKING, List, Optional, Sequence, Union +from typing import TYPE_CHECKING, Any, List, Optional, Sequence, Union + +from azure.servicebus.management._models import AuthorizationRule Review Comment: Why I wonder? We don't do that elsewhere? Is there a particular reason why you want to have it in TYPE_CHECKING? -- 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]
