You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/09/02 07:05:46 UTC

[GitHub] [airflow] ryanyuan commented on a change in pull request #5980: [AIRFLOW-5129] Add typehint to GCP DLP hook

ryanyuan commented on a change in pull request #5980: [AIRFLOW-5129] Add typehint to GCP DLP hook
URL: https://github.com/apache/airflow/pull/5980#discussion_r319828437
 
 

 ##########
 File path: airflow/gcp/hooks/dlp.py
 ##########
 @@ -531,9 +552,13 @@ def delete_deidentify_template(
         project_id = project_id or self.project_id
 
         if organization_id:
-            name = DlpServiceClient.organization_deidentify_template_path(organization_id, template_id)
+            name = DlpServiceClient.organization_deidentify_template_path(
+                organization_id, template_id
+            )
 
 Review comment:
   I think I set it to 79 as PEP-8 suggested. I'll change it to 110 for this project.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services