From 08c55ed3832a519b0d4bb3c6024d1495f4689cf3 Mon Sep 17 00:00:00 2001 From: Sergey Chvalyuk Date: Thu, 28 Apr 2022 08:55:30 +0300 Subject: [PATCH] code format Signed-off-by: Sergey Chvalyuk --- .../source_amazon_ads/streams/report_streams/products_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-amazon-ads/source_amazon_ads/streams/report_streams/products_report.py b/airbyte-integrations/connectors/source-amazon-ads/source_amazon_ads/streams/report_streams/products_report.py index 136d3d14ce82..8da6b2037a97 100644 --- a/airbyte-integrations/connectors/source-amazon-ads/source_amazon_ads/streams/report_streams/products_report.py +++ b/airbyte-integrations/connectors/source-amazon-ads/source_amazon_ads/streams/report_streams/products_report.py @@ -266,7 +266,7 @@ def _get_init_report_body(self, report_date: str, record_type: str, profile): metrics_list = copy(metrics_list) metrics_list.remove("sku") -# adId is automatically added to the report by amazon and requesting adId causes an amazon error + # adId is automatically added to the report by amazon and requesting adId causes an amazon error if "adId" in metrics_list: metrics_list.remove("adId")