We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a1e15 commit a0556b8Copy full SHA for a0556b8
src/azure-cli-core/azure/cli/core/auth/credential_adaptor.py
@@ -3,11 +3,7 @@
3
# Licensed under the MIT License. See License.txt in the project root for license information.
4
# --------------------------------------------------------------------------------------------
5
6
-import requests
7
from knack.log import get_logger
8
-from knack.util import CLIError
9
-
10
-from .util import resource_to_scopes
11
12
logger = get_logger(__name__)
13
0 commit comments