Skip to content

Commit a1e09f6

Browse files
committed
Add review suggestions
1 parent ae37c11 commit a1e09f6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dev_requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
coverage==5.0.3
22
pylint==2.4.4
33
responses==0.10.12
4-
flit==2.2.0
4+
flit==2.2.0
5+
azure-identity==1.3.1

msgraphcore/middleware/authorization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def __init__(self, auth_provider: AuthProviderBase):
1111
self.retry_count = 0
1212

1313
def send(self, request, **kwargs):
14-
# Checks if there're any options for this middleware
14+
# Checks if there are any options for this middleware
1515
options = self._get_middleware_options()
1616
# If there is, get the scopes from the options
1717
if options:

0 commit comments

Comments
 (0)