From 32dc37ae08627b673f16a7abe174641fee0ccb51 Mon Sep 17 00:00:00 2001 From: seankane-msft Date: Mon, 7 Jun 2021 10:53:21 -0700 Subject: [PATCH] pylint issue snuck in --- .../azure/data/tables/_table_service_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/tables/azure-data-tables/azure/data/tables/_table_service_client.py b/sdk/tables/azure-data-tables/azure/data/tables/_table_service_client.py index 57baef21af1b..229dea466370 100644 --- a/sdk/tables/azure-data-tables/azure/data/tables/_table_service_client.py +++ b/sdk/tables/azure-data-tables/azure/data/tables/_table_service_client.py @@ -5,7 +5,7 @@ # -------------------------------------------------------------------------- import functools -from typing import Any, Optional, Dict, TYPE_CHECKING +from typing import Any, Dict, TYPE_CHECKING from azure.core.exceptions import HttpResponseError, ResourceExistsError from azure.core.paging import ItemPaged from azure.core.tracing.decorator import distributed_trace