Skip to content

Commit 8cd221f

Browse files
committed
Remove duplicate files already in http core
1 parent ffb0495 commit 8cd221f

13 files changed

+0
-726
lines changed

msgraph/core/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# ------------------------------------
55
from ._constants import SDK_VERSION
66
from ._enums import APIVersion, NationalClouds
7-
from .graph_client import GraphClient
87
from .graph_client_factory import GraphClientFactory
98

109
__version__ = SDK_VERSION

msgraph/core/graph_client.py

Lines changed: 0 additions & 301 deletions
This file was deleted.

msgraph/core/middleware/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,5 @@
22
# Copyright (c) Microsoft Corporation.
33
# Licensed under the MIT License.
44
# ------------------------------------
5-
from .authorization import GraphAuthorizationHandler
6-
from .middleware import GraphMiddlewarePipeline, GraphRequest
7-
from .redirect import GraphRedirectHandler
85
from .request_context import GraphRequestContext
9-
from .retry import GraphRetryHandler
106
from .telemetry import GraphTelemetryHandler

msgraph/core/middleware/authorization.py

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)