Skip to content

Commit 63032df

Browse files
pylint issue snuck in (Azure#19135)
1 parent 1dcfef1 commit 63032df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/tables/azure-data-tables/azure/data/tables/_table_service_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# --------------------------------------------------------------------------
66

77
import functools
8-
from typing import Any, Optional, Dict, TYPE_CHECKING
8+
from typing import Any, Dict, TYPE_CHECKING
99
from azure.core.exceptions import HttpResponseError, ResourceExistsError
1010
from azure.core.paging import ItemPaged
1111
from azure.core.tracing.decorator import distributed_trace

0 commit comments

Comments
 (0)