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

python 3.8 ask_sdk_core warning #127

Closed strunker closed 4 years ago

strunker commented 5 years ago

/var/task/ask_sdk_core/api_client.py:149: SyntaxWarning: "is not" with a literal. Did you mean "!="?

This is a simple fix just wanted to report it.

Shreyas-vgr commented 5 years ago

Hi @strunker, thanks for raising the issue. Will definetly update the api_client.py file in patch release or a PR soon.

nikhilym commented 4 years ago

The fix has been released on 1.13.0 version. Closing this. Please reopen if you still face problems. Thanks !!