cfg optional

This commit is contained in:
Dmitry Belyaev 2021-04-30 11:45:05 +03:00
parent 19192d1641
commit e5064eeaed
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class GoogleCalendar:
logger = logging.getLogger('GoogleCalendar')
def __init__(self, service: discovery.Resource, calendarId: str):
def __init__(self, service: discovery.Resource, calendarId: Optional[str]):
self.service: discovery.Resource = service
self.calendarId: str = calendarId