Skip to content

Commit 612bc15

Browse files
committed
Fix lint errors
1 parent 4f2a1fd commit 612bc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgraphcore/graph_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class GraphSession(Session):
1515
1616
Extends Session by adding support for middleware options and middleware pipeline
1717
"""
18-
def __init__(self, credential: TokenCredential, scopes: [str] = ['.default'], middleware: list = []):
18+
def __init__(self, credential: TokenCredential, scopes: [str] = ['.default'], middleware: list = []):
1919
super().__init__()
2020
self.headers.update({'sdkVersion': 'graph-python-' + SDK_VERSION})
2121
self._base_url = BASE_URL

0 commit comments

Comments
 (0)