botbuilder-python
botbuilder-python copied to clipboard
port: Microsoft.Bot.Schema Cleanup (Part 2) (#5605)
The changes in Microsoft.Bot.Schema Cleanup (Part 2) (#5605) may need to be ported to maintain parity with microsoft/botbuilder-dotnet.
Part 2. Fixes #5737This piece contains the cleanup of Microsoft.Bot.Schema -- small things such as removing unnecessary usage of
this.keyword, simplifying default value expressions, etc.
Per Monica, breaking up PR#5538 into 2 pieces, due to the size of PR needed to bring Schema up to 100% code coverage
Merge these cleanup pieces after we merge in the unit test coverage
Please review and, if necessary, port the changes.