Skip to content

Commit 66523ac

Browse files
committed
fix pylint issues
1 parent bacaa66 commit 66523ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/_phone_numbers_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
from typing import TYPE_CHECKING, Optional, cast, List, Union
7+
from typing import TYPE_CHECKING, Optional, Union
88
from azure.core.tracing.decorator import distributed_trace
99
from azure.core.exceptions import HttpResponseError
1010
from ._generated._client import PhoneNumbersClient as PhoneNumbersClientGen

sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/aio/_phone_numbers_client_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
from typing import TYPE_CHECKING, List, Optional, cast, Union
7+
from typing import TYPE_CHECKING, Optional, Union
88
from azure.core.tracing.decorator import distributed_trace
99
from azure.core.tracing.decorator_async import distributed_trace_async
1010
from .._generated.aio._client import PhoneNumbersClient as PhoneNumbersClientGen

0 commit comments

Comments
 (0)