-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address lint #526
Address lint #526
Conversation
Here's the code health analysis summary for commits Analysis Summary
|
if sitekey is None: | ||
continue | ||
print(sitekey) | ||
_leadpi = data.get("leadpi") |
Check notice
Code scanning / CodeQL
Unused local variable Note
# Get Sites Users | ||
config = util.get_config() | ||
|
||
_token = gauth.OAuth2Token( |
Check notice
Code scanning / CodeQL
Unused local variable Note
sites_client = get_sites_client(config) | ||
site_users = [] | ||
for acl in sites_client.get_acl_feed().entry: | ||
_userid = acl.scope.value |
Check notice
Code scanning / CodeQL
Unused local variable Note
"role": "owner", | ||
"type": "user", | ||
} | ||
_permission = ( |
Check notice
Code scanning / CodeQL
Unused local variable Note
No description provided.