From e9d9353fbbf33650fdb9967a9cc3f26c4d14adb9 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Sat, 13 Mar 2021 09:16:47 -0800 Subject: [PATCH] Drop redundant call (#1331) --- src/gam/gapi/licensing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gam/gapi/licensing.py b/src/gam/gapi/licensing.py index c9e0f23f..52823ed9 100644 --- a/src/gam/gapi/licensing.py +++ b/src/gam/gapi/licensing.py @@ -184,7 +184,6 @@ def print_(returnFields=None, titles = ['productId', 'licenses'] else: fields = f'nextPageToken,items({returnFields})' - customer_id = _get_customerid() if skus: for sku in skus: if not products: