Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
schedule: add description to CloudWatchEventConfig in app.pyi
  • Loading branch information
Mohamed El Mouctar HAIDARA committed Jun 27, 2019
1 parent f364502 commit 8ded3ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chalice/app.pyi
Expand Up @@ -255,6 +255,7 @@ class SQSEventConfig(BaseEventSourceConfig):

class CloudWatchEventConfig(BaseEventSourceConfig):
schedule_expression = ... # type: Union[str, ScheduleExpression]
description = ... # type: str


class Blueprint(DecoratorAPI):
Expand Down

0 comments on commit 8ded3ae

Please sign in to comment.