ashb commented on a change in pull request #4994: [AIRFLOW-4177] Check types in 
tests.
URL: https://github.com/apache/airflow/pull/4994#discussion_r270024938
 
 

 ##########
 File path: tests/contrib/hooks/test_aws_glue_catalog_hook.py
 ##########
 @@ -20,17 +20,13 @@
 
 import boto3
 from airflow.contrib.hooks.aws_glue_catalog_hook import AwsGlueCatalogHook
+from tests.compat import mock
 
 try:
     from moto import mock_glue
 except ImportError:
     mock_glue = None
 
 Review comment:
   (Not that we have to change that here if it's not causing any type issues. 
Lets not do it here actually)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to