File tree Expand file tree Collapse file tree 5 files changed +0
-8
lines changed Expand file tree Collapse file tree 5 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 33# Licensed under the MIT License.
44# ------------------------------------
55import functools
6- from typing import Optional
76
87from requests import Session
98
Original file line number Diff line number Diff line change 22# Copyright (c) Microsoft Corporation.
33# Licensed under the MIT License.
44# ------------------------------------
5- from typing import List , Optional
6-
75from requests import Request , Session
86
97from .client_factory import HTTPClientFactory
10- from .middleware .abc_token_credential import TokenCredential
11- from .middleware .middleware import BaseMiddleware
128from .middleware .request_context import RequestContext
139
1410supported_options = ['scopes' , 'custom_option' ]
Original file line number Diff line number Diff line change 33# Licensed under the MIT License.
44# ------------------------------------
55import ssl
6- import uuid
76
87from requests .adapters import HTTPAdapter
98from urllib3 import PoolManager
Original file line number Diff line number Diff line change 1010from msgraph .core .constants import CONNECTION_TIMEOUT , REQUEST_TIMEOUT
1111from msgraph .core .enums import APIVersion , NationalClouds
1212from msgraph .core .middleware .authorization import AuthorizationHandler
13- from msgraph .core .middleware .middleware import BaseMiddleware , MiddlewarePipeline
1413
1514
1615def test_initialize_with_default_config ():
Original file line number Diff line number Diff line change 1111from msgraph .core .enums import APIVersion , NationalClouds
1212from msgraph .core .graph_client import GraphClient
1313from msgraph .core .middleware .authorization import AuthorizationHandler
14- from msgraph .core .middleware .middleware import BaseMiddleware , MiddlewarePipeline
1514
1615
1716def test_graph_client_with_default_middleware ():
You can’t perform that action at this time.
0 commit comments