alexa / alexa-skills-kit-sdk-for-python

The Alexa Skills Kit SDK for Python helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-python/overview.html
Apache License 2.0
812 stars 206 forks source link

Type hinting changes for mypy compatibility #140

Closed nikhilym closed 4 years ago

nikhilym commented 4 years ago

Description

This commit includes the following changes :

Motivation and Context

121

Testing

Tested manually by running mypy manually and installing the sdk's to check if type hinting is effected.

Screenshots (if appropriate)

Types of changes

Checklist

License