updated all formatting.

This commit is contained in:
Lucas
2022-04-03 16:43:28 -04:00
parent 3d21f96959
commit 32df9bd9d3
4 changed files with 19 additions and 14 deletions
-1
View File
@@ -42,7 +42,6 @@ class CalGrab(object):
orderBy='startTime'
).execute()
events = events_result.get('items', [])
if not events:
print('No upcoming events found.')
return