Skip to content

Commit 495f6db

Browse files
author
Eric Koleda
committed
Remove extra whitespace.
1 parent c3f628d commit 495f6db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

admin_sdk/groups_settings/detect_external_access.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def get_credentials():
6161
creds = tools.run_flow(flow, store)
6262
return creds
6363

64-
6564
def print_group_settings(group_email, settings):
6665
"""
6766
Given the group email and its settings, checks some of its settings and
@@ -84,7 +83,6 @@ def print_group_settings(group_email, settings):
8483
print('\twhoCanPostMessage - {0}'.format(who_can_post_message))
8584
print('\twhoCanViewMembership - {0}'.format(who_can_view_membership))
8685

87-
8886
def check_group_settings(group_settings_service, group_email):
8987
"""
9088
Gets the group settings for the given group_email and prints the group
@@ -97,7 +95,6 @@ def check_group_settings(group_settings_service, group_email):
9795
except errors.HttpError:
9896
print('Unable to read group: {0}'.format(group_email))
9997

100-
10198
def check_groups(group_service, group_settings_service, page_token):
10299
"""
103100
Gets the groups in the domain, gets group settings for each group and prints
@@ -116,7 +113,6 @@ def check_groups(group_service, group_settings_service, page_token):
116113
check_group_settings(group_settings_service, group['email'])
117114
return results.get('nextPageToken', None)
118115

119-
120116
def main():
121117
"""
122118
Runs the script.

0 commit comments

Comments
 (0)