Skip to content

Commit

Permalink
[Identity] Fix unused import error (#18362)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccoyp authored Apr 27, 2021
1 parent 3e03f24 commit 6ad43ad
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
import os
from typing import TYPE_CHECKING

from azure.core.credentials import AccessToken

from .._internal import AsyncContextManager
from .._internal.decorators import log_get_token_async
from ... import CredentialUnavailableError
from ..._constants import EnvironmentVariables

if TYPE_CHECKING:
from typing import Any, Optional
from azure.core.credentials import AccessToken
from azure.core.credentials_async import AsyncTokenCredential

_LOGGER = logging.getLogger(__name__)
Expand Down

0 comments on commit 6ad43ad

Please sign in to comment.