keon94 commented on code in PR #4695:
URL: 
https://github.com/apache/incubator-devlake/pull/4695#discussion_r1142714459


##########
backend/python/plugins/azuredevops/azuredevops/main.py:
##########
@@ -50,21 +50,23 @@ def domain_scopes(self, git_repo: GitRepository):
             url=git_repo.url
         )
 
-    def remote_scope_groups(self, ctx) -> list[RemoteScopeGroup]:
-        api = AzureDevOpsAPI(ctx.connection)
-        member_id = api.my_profile.json['id']
+    def remote_scope_groups(self, connection) -> list[RemoteScopeGroup]:

Review Comment:
   please add type hints



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to