dstandish commented on a change in pull request #20276:
URL: https://github.com/apache/airflow/pull/20276#discussion_r769833032



##########
File path: airflow/providers/amazon/aws/hooks/redshift.py
##########
@@ -16,231 +16,14 @@
 # specific language governing permissions and limitations
 # under the License.
 """Interact with AWS Redshift clusters."""
+import warnings
 
-from typing import Dict, List, Optional, Union
+from airflow.providers.amazon.aws.hooks.redshift_cluster import RedshiftHook  
# noqa
+from airflow.providers.amazon.aws.hooks.redshift_sql import RedshiftSQLHook  # 
noqa

Review comment:
       i like it, thanks




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


Reply via email to