Skip to content

Commit 32cd377

Browse files
committed
Remove middleware control and options folder as no longer needed
1 parent 3a71196 commit 32cd377

File tree

5 files changed

+0
-34
lines changed

5 files changed

+0
-34
lines changed

msgraphcore/graph_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from msgraphcore.middleware.options.middleware_control import MiddlewareControl
21
from msgraphcore.middleware.request_context import RequestContext
32
from typing import List, Optional
43

msgraphcore/middleware/authorization.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from msgraphcore.constants import AUTH_MIDDLEWARE_OPTIONS
21
from msgraphcore.enums import FeatureUsageFlag
32
from msgraphcore.middleware.abc_token_credential import TokenCredential
43
from msgraphcore.middleware.middleware import BaseMiddleware

msgraphcore/middleware/options/auth_middleware_options.py

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

msgraphcore/middleware/options/middleware_control.py

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

msgraphcore/middleware/request_context.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import uuid
22

33
from msgraphcore.enums import FeatureUsageFlag
4-
from msgraphcore.middleware.options.middleware_control import MiddlewareControl
54

65

76
class RequestContext:

0 commit comments

Comments
 (0)