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

 ##########
 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:
   We shouldn't need these anymore either should we - moto is in the 
requirements isn't it?

----------------------------------------------------------------
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